RedactorStyles-Craft icon indicating copy to clipboard operation
RedactorStyles-Craft copied to clipboard

Not working in Headings

Open martinherweg opened this issue 10 years ago • 0 comments

Hey André,

i would like to style some text in a h1 tag differently, thought your plugin could help me but it doesn't work for me in headings.

In a normal p it works as expected.

here is my redactorJson config:

{ buttons: ['formatting','italic','unorderedlist','orderedlist','link','table','html'], plugins: ['fullscreen', 'styles'], toolbarFixed: true, stylesJson: RedactorStyles.stylesJson }

and this is the styles JSON Object:

    "btnName": "Corporate Text",
    "className": "text-corporate",
    "spanClass": "text-corporate"
}]```

martinherweg avatar Nov 13 '15 15:11 martinherweg