Gutenberg
-
Developer24 October 2024
Creating a layout template with Gutenberg
Gutenberg offers an intuitive drag-and-drop content creation interface, enabling real-time customization. By defining block templates for your CPT, you guide users in structuring their content,…
Developer Gutenberg -
Developer18 July 2024
Create a new category for Gutenberg blocks
The block category in Gutenberg is a feature that allows organizing and grouping the various blocks available in the WordPress block editor. It provides a…
Developer Gutenberg -
Developer26 June 2024
Gutenberg: Modifying block variants
Delete existing styles You can delete the styles for each block using the following code in your editor.js file: In this example, we remove the…
Developer Gutenberg -
Developer26 June 2024
Gutenberg: Modifying block supports
Deactivate existing block supports You can disable support for each block by adding the following code to your editor.js file: This JavaScript script modifies block…
Developer Gutenberg