add some placeholder markup to dynamic example block

This commit is contained in:
2026-01-04 18:00:05 +00:00
parent 8d362f10a6
commit fe0ca810c9

View File

@@ -1,3 +1,7 @@
<div class="block-badegg-example">
<h2>Bad Egg Example Block (Blade)</h2>
<div {!! get_block_wrapper_attributes([
'class' => 'section bg-success knockout',
]) !!}>
<div class="container wysiwyg align-center">
<h2>Bad Egg Example Block (Blade)</h2>
</div>
</div>