Text Editor - add extra formatting options
I want to be able to add in some additional formatting options into the Text Editor, specifically the FormatBlock dropdown list, as in the attached image. So for example, I want to add a div element to this list.
I know that you can edit the default tool set in Admin > Settings > Text Editor, but I'm not sure how I go about doing what I want.
Hello
This dropdown shows the paragraph styles. You can define them from the text editor configuration files the following way:
<
paragraphs
>
<
paragraph
name="<H1>Heading 1</
H1
>" value="<
H1
>"/>
<
paragraph
name="<H2
style
=
'font-family: Trebuchet MS;'
>Heading 2</
H2
>" value="<
H2
style
=
'font-family: Trebuchet MS;'
>"/>
<
paragraph
name="<H3
class
=
'serif'
>Heading 3</
H3
>" value="<
H3
class
=
'serif'
>"/>
</
paragraphs
>