You are here

function wysiwyg_template_ckeditor_settings_alter in Wysiwyg API template plugin 7.2

File

./wysiwyg_template.module, line 222
Makes TinyMCE Templates available as plugin for client-side editors integrated via Wysiwyg API.

Code

function wysiwyg_template_ckeditor_settings_alter(&$settings) {
  $settings['templates_files'] = array(
    _wysiwyg_template_get_list_url('ckeditor'),
  );
}