-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Expand block template examples #13494
Conversation
Adds examples for PHP and JS for using templates. Fixes #8251
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In overall looks good, it needs some consolidation and should be ready to go.
docs/designers-developers/developers/block-api/block-templates.md
Outdated
Show resolved
Hide resolved
docs/designers-developers/developers/block-api/block-templates.md
Outdated
Show resolved
Hide resolved
docs/designers-developers/developers/block-api/block-templates.md
Outdated
Show resolved
Hide resolved
@jorgefilipecosta can you double check JS example for |
Update function names to be consistent across example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the update. I would appreciate some confirmation from someone familiar with InnerBlocks
and templates but this shouldn't be a blocker.
* Expand block template examples Adds examples for PHP and JS for using templates. Fixes #8251 * Consolidate examples and cleanup Update function names to be consistent across example.
* Expand block template examples Adds examples for PHP and JS for using templates. Fixes #8251 * Consolidate examples and cleanup Update function names to be consistent across example.
Description
Adds examples for PHP and JS for using templates.
Fixes #8251
How has this been tested?
Implement examples and confirm they work as explained.
See documentation view on branch
Types of changes
Documentation.