Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
92fa4d07
Commit
92fa4d07
authored
Dec 15, 2015
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10917 from edx/clrux/ac-190
CMS: removing H1 and H2, adding H4, H5, and H6 to TinyMCE
parents
e3184ea9
3baad896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
common/lib/xmodule/xmodule/js/src/html/edit.coffee
+5
-4
No files found.
common/lib/xmodule/xmodule/js/src/html/edit.coffee
View file @
92fa4d07
...
@@ -82,12 +82,13 @@ class @HTMLEditingDescriptor
...
@@ -82,12 +82,13 @@ class @HTMLEditingDescriptor
image_advtab
:
true
,
image_advtab
:
true
,
# We may want to add "styleselect" when we collect all styles used throughout the LMS
# We may want to add "styleselect" when we collect all styles used throughout the LMS
toolbar
:
"formatselect | fontselect | bold italic underline forecolor wrapAsCode | bullist numlist outdent indent blockquote | link unlink image | code"
,
toolbar
:
"formatselect | fontselect | bold italic underline forecolor wrapAsCode | bullist numlist outdent indent blockquote | link unlink image | code"
,
block_formats
:
interpolate
(
"%(paragraph)s=p;%(preformatted)s=pre;%(heading
1)s=h1;%(heading2)s=h2;%(heading3)s=h3
"
,
{
block_formats
:
interpolate
(
"%(paragraph)s=p;%(preformatted)s=pre;%(heading
3)s=h3;%(heading4)s=h4;%(heading5)s=h5;%(heading6)s=h6
"
,
{
paragraph
:
gettext
(
"Paragraph"
),
paragraph
:
gettext
(
"Paragraph"
),
preformatted
:
gettext
(
"Preformatted"
),
preformatted
:
gettext
(
"Preformatted"
),
heading1
:
gettext
(
"Heading 1"
),
heading3
:
gettext
(
"Heading 3"
),
heading2
:
gettext
(
"Heading 2"
),
heading4
:
gettext
(
"Heading 4"
),
heading3
:
gettext
(
"Heading 3"
)
heading5
:
gettext
(
"Heading 5"
),
heading6
:
gettext
(
"Heading 6"
)
},
true
),
},
true
),
width
:
'100%'
,
width
:
'100%'
,
height
:
'400px'
,
height
:
'400px'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment