Classic Editor (WYSIWYG)
Classic Editor control provides a familiar WYSIWYG editing experience within your blocks.
Control Settings
The control adds no settings of its own, so the block builder shows only the rows every control has. WPML Translation is among them, which is not true of most controls.

Usage
<div>
<?php echo $attributes['control_name']; ?>
</div><div>
{{{control_name}}}
</div>When outputting HTML in Handlebars, use triple curly brackets: {{{ and }}}
<div>
<?php echo get_lzb_meta( 'control_meta_name' ); ?>
</div>