Controls
Classic Editor (WYSIWYG)
Classic Editor control creates a WYSIWYG area, which used to store a formatted string for the block. See examples below to use this control.
Usage
PHP
<p>
<?php echo $attributes['control_name']; ?>
</p>
Handlebars
<p>
{{{control_name}}}
</p>
Please be aware to output HTML in Handlebars, you should use the triple curly bracket – open
{{{
and close }}}
Post Meta
<p>
<?php echo get_lzb_meta( 'control_meta_name' ); ?>
</p>