RedactorStyles-Craft
RedactorStyles-Craft copied to clipboard
Not working in Headings
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"
}]```