Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ckeditor-3317971
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
ckeditor-3317971
Commits
41d28f0d
Commit
41d28f0d
authored
12 years ago
by
mkesicki
Browse files
Options
Downloads
Patches
Plain Diff
[
#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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-1
2 additions, 1 deletion
CHANGELOG.txt
includes/ckeditor.admin.inc
+1
-1
1 addition, 1 deletion
includes/ckeditor.admin.inc
with
3 additions
and
2 deletions
CHANGELOG.txt
+
2
−
1
View file @
41d28f0d
2012-0
5-02
2012-0
6-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
...
...
This diff is collapsed.
Click to expand it.
includes/ckeditor.admin.inc
+
1
−
1
View file @
41d28f0d
...
...
@@ -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'
\n
config.fontSize_sizes = '16/16px;24/24px;48/48px;'"
'@code'
=>
"config.font_names = 'Arial;Times New Roman;Verdana'
;
\n
config.fontSize_sizes = '16/16px;24/24px;48/48px;'
;
"
)
),
'#wysiwyg'
=>
FALSE
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment