order list block
-
As many WP users I investigate Guttenberg blocks.
I do still not fully understand the way they work.What I want: I want to make a ordered list like:
<div class="tips" id="save"> <h2>Big headline</h2> <ol> <li> tip 1 </li> <li> tip 2 </li> <li> </ol> </div>
And then I can style the css in custom css to get the right look:
background color for the div, style the numbers etc.When running the demo I can only save blocks and re-use them as is, so copy the same order list, but not edit the one? Also need to include the div before the H2 and close the div after the last .
So I think nested blocks will be the way? But that needs a developer right now?Any plans to add such order list blocks to your plugin? Any work around I missed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘order list block’ is closed to new replies.