-
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
Create "Hello World" Block plugin examples with documentation #1619
Comments
@georgestephanis I have created this separate ticket for what we discussed in #1184 |
Thank you for the ticket! I took the liberty of renaming it and putting it in a milestone! |
As of #1717 this is possible to create in a reasonable way, and there is an extremely basic but usable implementation at https://github.com/nylen/gutenberg-examples. We're also working on other components like a plugin with a Webpack ES6 build process and a documentation site that will replace the |
Thanks for that @jasmussen. |
Hi guys, I would like to try to recreate, probably failing many times but who cares :), the most common shortcodes around: alerts, gmap, feature boxes etc.. as blocks for both exercise and public usage. I cannot thank enough @nylen and @ahmadawais for the boilerplate and the demo twitter block examples. I would like to ask where would be possible to find documentation regarding the available fields that can be used in the block's forms for example select boxes, radio buttons, color pickers etc? |
Initial pass done in #1786. @antekdesign the plan is to list such utilities in the docs at http://gutenberg-devdoc.surge.sh/. It will include modules from https://github.com/WordPress/gutenberg/tree/master/components and https://github.com/WordPress/gutenberg/tree/master/blocks. |
I have had been looking at the source code of Gutenberg lately and it seems that 3rd party Gutenberg blocks page is outdated.
I'd like to build a few 3rd party blocks to hunker down a few silly assumptions and for fun. Would it be possible for anyone to help collaborate in building a very simple boilerplate for creating 3rd Party Gutenberg blogs.
Ideally the boilerplate would have
edit
andsave
methodsedit
and use it inside thesave
d state etc.)Currently, working off an experimental plugin https://github.com/ahmadawais/Gutenberg-Blocks
Looking forward!
The text was updated successfully, but these errors were encountered: