Skip to content
Snippets Groups Projects
Commit 41d28f0d authored by mkesicki's avatar mkesicki
Browse files

[#1637416] by michal_cksource: Fix description to "Custom JavaScript configuration" option

parent d018a086
No related branches found
No related tags found
No related merge requests found
2012-05-02
2012-06-15
New stable release 7.x-1.x
New features:
......@@ -6,6 +6,7 @@ New features:
[#1559700] by dczepierga: Disable HTML Entities conversion by default
Bug fixes:
[#1637416] by michal_cksource: Fix description to "Custom JavaScript configuration" option
[#1595606] by kmcnamee: Wrong instructions for configuring CKFinder
[#1350998] by MegaChriz: CKEditor settings appear on all user profile edit pages
[#1567022] by dczepierga: Overlays of administration toolbar in CKEditor maximized mode
......
......@@ -1257,7 +1257,7 @@ function ckeditor_admin_profile_form($form, $form_state, $profile = NULL) {
array(
'!ckeditor_config' => '<code>' . drupal_get_path('module', 'ckeditor') . "/ckeditor.config.js</code>",
'!docs' => l(t('CKEditor documentation'), 'http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html'),
'@code' => "config.font_names = 'Arial;Times New Roman;Verdana'\nconfig.fontSize_sizes = '16/16px;24/24px;48/48px;'"
'@code' => "config.font_names = 'Arial;Times New Roman;Verdana';\nconfig.fontSize_sizes = '16/16px;24/24px;48/48px;';"
)
),
'#wysiwyg' => FALSE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment