Commit 76f4d550 authored by Enrique Alcantara's avatar Enrique Alcantara

Add level four heading to text style dropdown

Changelog: changed
parent 97f986a1
......@@ -28,6 +28,12 @@ export const TEXT_STYLE_DROPDOWN_ITEMS = [
commandParams: { level: 3 },
label: __('Heading 3'),
},
{
contentType: 'heading',
editorCommand: 'setHeading',
commandParams: { level: 4 },
label: __('Heading 4'),
},
{
contentType: 'paragraph',
editorCommand: 'setParagraph',
......
......@@ -16297,6 +16297,9 @@ msgstr ""
msgid "Heading 3"
msgstr ""
msgid "Heading 4"
msgstr ""
msgid "Headings"
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