芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor/includes/controls/code.php
true, 'language' => 'html', // html/css 'rows' => 10, 'ai' => [ 'active' => true, 'type' => 'code', ], 'dynamic' => [ 'categories' => [ TagsModule::TEXT_CATEGORY ], ], ]; } /** * Render code control output in the editor. * * Used to generate the control HTML in the editor using Underscore JS * template. The variables for the class are available using `data` JS * object. * * @since 1.0.0 * @access public */ public function content_template() { ?>
{{{ data.label }}}
</textarea>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>