I have following paragraphs defined.
In the dropdown the choices Normal and "Local header" is displayed, but when you select a "local header" (h6) element in the editor the text "Heading 6" is displayed in the dropdown. How can make so the text "Local header" is displayed instead?
| <paragraphs> |
| <paragraph name="Normal" value="<p>" /> |
| <paragraph name="<h6>Local header</h6>" value="<h6>" /> |
| </paragraphs> |
In the dropdown the choices Normal and "Local header" is displayed, but when you select a "local header" (h6) element in the editor the text "Heading 6" is displayed in the dropdown. How can make so the text "Local header" is displayed instead?
