How do I store information in a dynamic block in WordPress?
I am trying to develop a dynamic block plugin where I store up to 7 links using Gutenberg and so far here is … Read more
I am trying to develop a dynamic block plugin where I store up to 7 links using Gutenberg and so far here is … Read more
For a WordPress project I made a Custom Post Type in the usual manner. Also i made a custom role. I want users … Read more
I’m trying to build a sidebar plugin for Gutenberg which uses the ColorPicker component to store a chosen rgba value in metadata using … Read more
I registered a boolean meta field called _meta_restrict in a custom post type: PHP: function register_meta_fields() { register_post_meta( ‘custom_post_type’, ‘_meta_restrict’, array( ‘show_in_rest’ => … Read more
I am trying use <FocalPointPicker /> in <PluginDocumentSettingPanel /> and almost everything working as it should, but I have troubles when creating a … Read more
I want to disable the .alignwide and .alignfull block alignment options (remove them from the editor UI) on the ‘post’ post-type only. I … Read more
I’m developing a wordpress plugin and looking to save data entered in a block to a mySQL table. That’s it. But how can … Read more
I’m starting to learn Gutenberg blocks. I want to create a Gutenberg “track” block as part of a larger music “app” i’m working … Read more
I know of 3 ways to embed a YouTube video inside Gutenberg Just pasting the Embed code inside an HTML Block Just pasting … Read more
I am using a custom document panel component which opens a modal and displays a list of posts and allows the user to … Read more