How to edit a pattern per post while preventing Gutenberg from overwriting part of my HTML code
How to edit a pattern per post while preventing Gutenberg from overwriting part of my HTML code
How to edit a pattern per post while preventing Gutenberg from overwriting part of my HTML code
Loading template part programatically, inline styles missing
Font settings in Modern Block Themes— Are CSS files still relevant or theme.json takes over
Monolithic to Standard Blocks development through Plugins — Block not appearing in Gutenberg Editor
strange behaviour: In Twenty Twenty Five Theme the Custom block Created through Plugin automatically gets added in sidebar area?
Modern Custom Block Using manifest.php in edit.js — attributes not saving in Database
Loading gutenberg editor in front end— But Not loading
Yes custom HTML block can be a solution but I am sure you also need the formating options in block editor. Here is a simple solution, Just create a css class: .redspace { margin-bottom: 0; //what ever you like the space to be: 10px 5px… } Now apply this class to the p where you … Read more
Make table in Gutenberg block in Editor side
Can I make a template part with content customized to each page template?