-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyze Section: Components - Block Params #268
Comments
Yesterday I realized Also the order of if statements in the template is important. It must be this way: {{#if (has-block-params)}}
block + block-params
{{else if (has-block)}}
just block
{{else}
inline
{{/if}} |
Just a reminder that I have already submitted a PR #292 where I have already converted the 3.6 documentation to angle brackets. I can address further #issues from there. |
Erm maybe I missunderstand this. But PR #292 hasn't covered |
Issue filed. |
Intro
This is part of a larger project that reviews the guide content to determine what, if any, updates need to be added to the guides as angle bracket and/or template-only components become the standard.
Sub-section to review:
Components - Block Params
Primary goals:
The text was updated successfully, but these errors were encountered: