• What format do you want us to enter for styled formats?

    Entering the following just breaks TinyMCE:
    {title: ‘Red’, selector: ‘span’, classes: ‘red’}
    title: ‘Red’, selector: ‘span’, classes: ‘red’

Viewing 1 replies (of 1 total)
  • try this:

    [
    {title: ‘Red’, selector: ‘span’, classes: ‘red’}
    ]

    or multiple:

    [
    {title: ‘Red’, selector: ‘span’, classes: ‘red’},
    {title: ‘Blue’, selector: ‘span’, classes: ‘blue’}
    ]
    • This reply was modified 7 years, 6 months ago by jberg1.
Viewing 1 replies (of 1 total)
  • The topic ‘Format of styled formats?’ is closed to new replies.