芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/elementor/includes/controls/font.php
Fonts::get_font_groups(), 'options' => Fonts::get_fonts(), ]; } /** * Render font 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 }}}
<# _.each( data.groups, function( group_label, group_name ) { var groupFonts = getFontsByGroups( group_name ); if ( ! _.isEmpty( groupFonts ) ) { #>
<# _.each( groupFonts, function( fontType, fontName ) { #>
{{{ fontName }}}
<# } ); #>
<# } }); #>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>