-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Designer & Developer Handbook #11251
Comments
@chrisvanpatten for 1. i. a. (build first block), I think it'd be great to emphasize that Custom Block Styles are much easier to register than building a custom block. Another general thought is it's going to be important to emphasize that core @WordPress libraries shouldn't be repackaged with vendor bundles and that something like webpack's |
@chrisvanpatten took a second pass on the outline
|
@chrisvanpatten in my last meeting of the day and then I'll dive in on that |
@0aveRyan awesome thanks! don't worry about updating the manifests; I'm working on a script to do that automatically. |
Although there was a merge at #11817; this outline isn't visible at https://wordpress.org/gutenberg/handbook/designers-developers/ |
Is this still relevant now that the handbook has been reorganized and migrated to https://developer.wordpress.org/block-editor/ ? |
Let’s close it; I think we’ve accomplished the changes we set out to make. Thanks everyone for your amazing help! 🚀 |
This is a tracking ticket for the Designer & Developer Handbook. The goal is to use this ticket to get us to…
Outline
registerBlockType
attributes
edit
andsave
(Documentation: More examples of save() callback of block #4070)add_settings_error
(Meta boxes: server side validation withadd_settings_error
isn't possible #3964)The text was updated successfully, but these errors were encountered: