8 lines
198 B
PHP
8 lines
198 B
PHP
<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>
|