• File: fusion-widget-settings.php
  • Full Path: /home/docteuh/www/serverhttpson/runtime-data-import/front-end/fusion-widget-settings.php
  • Date Modified: 11/20/2023 6:12 PM
  • File size: 754 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/template" id="fusion-builder-widget-settings-template">
	<li class="fusion-widget-settings-form <# if ( coreWidget ) { #> open <# } #>">
		<div class="widget-inside">
			<form class="form">
				<input type="hidden" class="id_base" value="{{{ attributes.base }}}"/>
				<input type="hidden" class="widget-id" value="{{{ attributes.id }}}"/>
				<div class="widget-content">
					<# if ( 'undefined' !== typeof widgetData[ attributes.type ] ) { #>
						{{{ widgetData[ attributes.type ].form }}}
					<# } else { #>
						<?php esc_html_e( 'No widget data found', 'fusion-builder' ); ?>
					<# } #>
				</div>
			</form>
		</div>
	</li>
</script>