-
Notifications
You must be signed in to change notification settings - Fork 18
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
Improve support for block directory #215
Comments
For reference, this is the direct link to the validator. https://wordpress.org/plugins/developers/block-plugin-validator/ These are some notes from my experience publishing the Sketch block: This block already had the
|
Took the liberty to take action on the Waves, Starscape and Bauhaus plugins by doing the following
@ajlende I also took the liberty of bumping those plugins versions (hotfix number) so they'd be ready for a release on the plugin directory.
Please excuse if I did wrong here. Feel free to roll back (or I can do it) if these PRs were undesired. On the other hand I'd be glad to handle the publishing of these releases if you provide me with commit access to those plugins on the .org directory |
@oskosk I added you as a committer to them all. Thanks so much for fixing them all up! |
A
block.json
file is needed for the wordpress.org block directory. This should be added, either manually for each plugin, or as part of the bundling process.For example: https://jhalabi.com/blog/gutenberg-block-json
https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md
https://make.wordpress.org/plugins/2020/07/11/you-can-now-add-your-own-plugins-to-the-block-directory/
https://make.wordpress.org/core/2021/06/23/block-api-enhancements-in-wordpress-5-8/
The text was updated successfully, but these errors were encountered: