Elementor\Control_Wysiwyg::content_template PHP Method

content_template() public method

public content_template ( )
    public function content_template()
    {
        ?>
		<label>
			<span class="elementor-control-title">{{{ data.label }}}</span>
			<textarea data-setting="{{ data.name }}"></textarea>
		</label>
		<?php 
    }