2026-02-05 17:08:59 +03:00

14 lines
479 B
PHP

<?php
/**
* Underscore.js template.
*
* @package fusion-builder
*/
?>
<script type="text/template" id="fusion-builder-block-module-modal-preview-template">
<h4 class="fusion_module_title"><span class="fusion-module-icon {{ fusionAllElements[element_type].icon }}"></span>{{ fusionAllElements[element_type].name }}</h4>
<?php /* translators: The name of the modal. */ ?>
<?php printf( esc_html__( 'modal name = %s', 'fusion-builder' ), '{{ params.name }}' ); ?>
</script>