/**
 * Include static files for the editor.
 *
 * @param NeatlineExhibit The exhibit.
 */
function nl_queueNeatlineEditor($exhibit)
{
    nl_queueGoogleMapsApi();
    queue_css_file('dist/neatline-editor');
    queue_js_file('dist/neatline-editor');
    queue_js_file('dist/ckeditor/ckeditor');
    queue_js_file('bootstrap');
    fire_plugin_hook('neatline_editor_static', array('exhibit' => $exhibit));
}
Exemplo n.º 2
0
/**
 * Include static files for the editor.
 *
 * @param NeatlineExhibit The exhibit.
 */
function nl_queueNeatlineEditor($exhibit)
{
    nl_queueGoogleMapsApi();
    nl_queueLiveReload();
    nl_queueDistCss('neatline-editor');
    nl_queueDistJs('neatline-editor');
    nl_queueDistJs('ckeditor/ckeditor');
    queue_js_file('neatline-bootstrap');
    fire_plugin_hook('neatline_editor_static', array('exhibit' => $exhibit));
}