We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need create custom block type, that will manage list of strings or urls. Can you recommend tutorial or example? Thanks.
The text was updated successfully, but these errors were encountered:
Take a look at this example: https://gist.github.com/derweili/bb3486f7abf7862b85fbbf01bb1eb52f
You need an attribute of the type array to manage a list of strings.
Some tutorials can be found in the Gutenberg handbook: https://developer.wordpress.org/block-editor/tutorials/
Sorry, something went wrong.
Looks like there's already an answer.
For general help requests, please post in the support forum at https://wordpress.org/support/forum/how-to-and-troubleshooting/.
Technical help requests have their own section of the support forum at https://wordpress.org/support/forum/wp-advanced/.
You may also ask for technical support at https://wordpress.stackexchange.com/.
Thanks for your understanding.
No branches or pull requests
I need create custom block type, that will manage list of strings or urls. Can you recommend tutorial or example? Thanks.
The text was updated successfully, but these errors were encountered: