/home/techb158/l2hypotheques.com/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380644editdlrm
animation.php48700644editdlrm
base-data.php37500644editdlrm
base-icon-font.php5800644editdlrm
base-multiple.php20820644editdlrm
base-ui.php5160644editdlrm
base-units.php35790644editdlrm
base.php31540644editdlrm
box-shadow.php34740644editdlrm
button.php17180644editdlrm
choose.php22390644editdlrm
code.php20380644editdlrm
color.php20840644editdlrm
date-time.php20850644editdlrm
deprecated-notice.php23280644editdlrm
dimensions.php51200644editdlrm
divider.php8290644editdlrm
exit-animation.php26030644editdlrm
font.php22690644editdlrm
gallery.php74330644editdlrm
gaps.php16570644editdlrm
heading.php13480644editdlrm
hidden.php9480644editdlrm
hover-animation.php44250644editdlrm
icon.php320770644editdlrm
icons.php77480644editdlrm
image-dimensions.php37970644editdlrm
media.php153060644editdlrm
notice.php41690644editdlrm
number.php28310644editdlrm
popover-toggle.php27280644editdlrm
raw-html.php15190644editdlrm
repeater.php50830644editdlrm
section.php13620644editdlrm
select.php26250644editdlrm
select2.php27810644editdlrm
slider.php35720644editdlrm
structure.php25210644editdlrm
switcher.php21260644editdlrm
tab.php10300644editdlrm
tabs.php9440644editdlrm
text-shadow.php32080644editdlrm
text.php21300644editdlrm
textarea.php20540644editdlrm
url.php52490644editdlrm
visual-choice.php22040644editdlrm
wp-widget.php13780644editdlrm
wysiwyg.php17760644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/elementor/includes/controls/notice.php (4169B)
<# if ( ! data.shouldRenderNotice ) { return; } const validNoticeTypes = [ 'info', 'success', 'warning', 'danger' ]; const showIcon = validNoticeTypes.includes( data.notice_type ); data.content = elementor.compileTemplate( data.content, { view } ); #>
<# if ( showIcon && data.icon ) { #>
<# } #>
<# if ( data.heading ) { #>
{{{ data.heading }}}
<# } #> <# if ( data.content ) { #>
{{{ data.content }}}
<# } #> <# if ( data.button_text || data.button_text2 ) { #>
<# if ( data.button_text || data.button_event ) { #> <# } #> <# if ( data.button_text2 || data.button_event2 ) { #> <# } #>
<# } #>
<# if ( data.dismissible ) { #> <# } #>
'', // info, success, warning, danger 'icon' => true, 'dismissible' => false, 'heading' => '', 'content' => '', 'button_text' => '', 'button_event' => '', 'button_text2' => '', 'button_event2' => '', ]; } }