Commit bcbf3f72 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'add-level-four-heading-to-style-text-dropdown' into 'master'

Add level four heading option to headings dropdown in the Content Editor

See merge request gitlab-org/gitlab!63639
parents 7cb872ff 76f4d550
...@@ -28,6 +28,12 @@ export const TEXT_STYLE_DROPDOWN_ITEMS = [ ...@@ -28,6 +28,12 @@ export const TEXT_STYLE_DROPDOWN_ITEMS = [
commandParams: { level: 3 }, commandParams: { level: 3 },
label: __('Heading 3'), label: __('Heading 3'),
}, },
{
contentType: 'heading',
editorCommand: 'setHeading',
commandParams: { level: 4 },
label: __('Heading 4'),
},
{ {
contentType: 'paragraph', contentType: 'paragraph',
editorCommand: 'setParagraph', editorCommand: 'setParagraph',
......
...@@ -16159,6 +16159,9 @@ msgstr "" ...@@ -16159,6 +16159,9 @@ msgstr ""
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
msgid "Heading 4"
msgstr ""
msgid "Headings" msgid "Headings"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment