PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
fusion-builder
/
js
/* global tinymce, FusionPageBuilderApp, openShortcodeGenerator */ ( function( $ ) { if ( 'undefined' !== typeof( tinymce ) ) { tinymce.PluginManager.add( 'fusion_button', function( editor ) { if ( 'undefined' !== typeof FusionPageBuilderApp ) { if ( ( true === FusionPageBuilderApp.allowShortcodeGenerator && true !== FusionPageBuilderApp.shortcodeGenerator || 'content' === editor.id || 'excerpt' === editor.id ) || ( ( jQuery( 'body' ).hasClass( 'gutenberg-editor-page' ) || jQuery( 'body' ).hasClass( 'block-editor-page' ) ) && 0 === editor.id.indexOf( 'editor-' ) ) ) { editor.addButton( 'fusion_button', { title: 'Fusion Builder Element Generator', icon: true, image: FusionPageBuilderApp.fusion_builder_plugin_dir + 'images/icons/fb_logo.svg', onclick: function() { // Set editor that triggered shortcode generator FusionPageBuilderApp.shortcodeGeneratorActiveEditor = editor; // Open shortcode generator openShortcodeGenerator( $( this ) ); } } ); } } } ); } } ( jQuery ) );
[+]
..
[-] sticky-menu.js
[edit]
[-] fusion-builder-front.js
[edit]
[-] fusion-plugin.js
[edit]
[-] wNumb.js
[edit]
[-] app.js
[edit]
[-] fusion-history.js
[edit]
[+]
collections
[+]
views
[-] fusion-builder.js
[edit]
[+]
admin
[-] fusion-shortcode-generator.js
[edit]
[-] util.js
[edit]
[+]
models