uppdated modules
This commit is contained in:
@@ -15,9 +15,6 @@ function admin_wysiwyg_default_profiles() {
|
||||
'format' => 'filtred_html',
|
||||
'editor' => 'tinymce',
|
||||
'settings' => array(
|
||||
'default' => 1,
|
||||
'user_choose' => 0,
|
||||
'show_toggle' => 1,
|
||||
'theme' => 'advanced',
|
||||
'language' => 'en',
|
||||
'buttons' => array(
|
||||
@@ -35,6 +32,7 @@ function admin_wysiwyg_default_profiles() {
|
||||
'cut' => 1,
|
||||
'copy' => 1,
|
||||
'paste' => 1,
|
||||
'formatselect' => 1,
|
||||
),
|
||||
'advimage' => array(
|
||||
'advimage' => 1,
|
||||
@@ -42,9 +40,7 @@ function admin_wysiwyg_default_profiles() {
|
||||
'advlink' => array(
|
||||
'advlink' => 1,
|
||||
),
|
||||
'font' => array(
|
||||
'formatselect' => 1,
|
||||
),
|
||||
'font' => array(),
|
||||
'fullscreen' => array(
|
||||
'fullscreen' => 1,
|
||||
),
|
||||
@@ -68,22 +64,30 @@ function admin_wysiwyg_default_profiles() {
|
||||
'break' => 1,
|
||||
),
|
||||
),
|
||||
'toolbar_loc' => 'top',
|
||||
'toolbar_align' => 'left',
|
||||
'path_loc' => 'bottom',
|
||||
'resizing' => 1,
|
||||
'verify_html' => 1,
|
||||
'preformatted' => 0,
|
||||
'convert_fonts_to_spans' => 1,
|
||||
'remove_linebreaks' => 1,
|
||||
'apply_source_formatting' => 0,
|
||||
'paste_auto_cleanup_on_paste' => 1,
|
||||
'block_formats' => 'h2,h3,h4,h5,h6',
|
||||
'css_setting' => 'theme',
|
||||
'css_path' => '',
|
||||
'css_classes' => '',
|
||||
'buttonorder' => 'fullscreen,separator,bold,italic,underline,separator,formatselect,separator,bullist,numlist,advlist,separator,link,advlink,unlink,separator,image,advimage,video_filter,separator,cut,copy,paste,pastetext,search,replace,wordcount,separator,undo,redo,separator,break',
|
||||
'theme_advanced_statusbar_location' => 'bottom',
|
||||
'theme_advanced_toolbar_location' => 'top',
|
||||
'theme_advanced_toolbar_align' => 'left',
|
||||
'theme_advanced_blockformats' => 'h2,h3,h4,h5,h6',
|
||||
'theme_advanced_styles' => '',
|
||||
'theme_advanced_resizing' => 1,
|
||||
),
|
||||
'preferences' => array(
|
||||
'add_to_summaries' => NULL,
|
||||
'default' => 1,
|
||||
'show_toggle' => 1,
|
||||
'user_choose' => 0,
|
||||
'version' => '3.5.7',
|
||||
),
|
||||
'name' => 'formatfiltred_html',
|
||||
);
|
||||
|
||||
return $profiles;
|
||||
|
||||
Reference in New Issue
Block a user