Skip to content

Commit 17fa5cb

Browse files
committed
Bump stored wysiwyg editor settings
1 parent e6d502b commit 17fa5cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/elmcip_setup/elmcip_setup.features.wysiwyg.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ function elmcip_setup_wysiwyg_default_profiles() {
5353
'pasteFromWordRemoveFontStyles' => 0,
5454
),
5555
'preferences' => array(
56-
'add_to_summaries' => 1,
5756
'default' => 1,
58-
'show_toggle' => 1,
5957
'user_choose' => 0,
60-
'version' => '4.16.1.cae20318d4',
58+
'show_toggle' => 1,
59+
'add_to_summaries' => 1,
60+
'version' => '4.17.1.f6dd30807a',
6161
),
6262
'name' => 'format2',
6363
'rdf_mapping' => array(),
@@ -105,11 +105,11 @@ function elmcip_setup_wysiwyg_default_profiles() {
105105
'pasteFromWordRemoveFontStyles' => 0,
106106
),
107107
'preferences' => array(
108-
'add_to_summaries' => 1,
109108
'default' => 1,
110-
'show_toggle' => 1,
111109
'user_choose' => 0,
112-
'version' => '4.16.1.cae20318d4',
110+
'show_toggle' => 1,
111+
'add_to_summaries' => 1,
112+
'version' => '4.17.1.f6dd30807a',
113113
),
114114
'name' => 'format3',
115115
'rdf_mapping' => array(),
@@ -157,11 +157,11 @@ function elmcip_setup_wysiwyg_default_profiles() {
157157
'pasteFromWordRemoveFontStyles' => 0,
158158
),
159159
'preferences' => array(
160-
'add_to_summaries' => 1,
161160
'default' => 1,
162-
'show_toggle' => 1,
163161
'user_choose' => 0,
164-
'version' => '4.16.1.cae20318d4',
162+
'show_toggle' => 1,
163+
'add_to_summaries' => 1,
164+
'version' => '4.17.1.f6dd30807a',
165165
),
166166
'name' => 'formatbasic_text_editor',
167167
'rdf_mapping' => array(),

0 commit comments

Comments
 (0)