Redactor H1 Modification

Permalink
Hi Everyone,

I am experienced with 5.6 but we have just made the switch to 5.7. I'm having trouble with Redactor.

I have a content block with a h1 and some regular p text. I can make sections of the regular text bold, italic, or my custom style 'Red'. However, when I try to do the same for the h1 text it does nothing. No error (not even on the js console), and no changes to the html, it just sits there.

A quick Google search turns up nothing but I'm probably not looking in the right place. Any help is appreciated.

Thanks.

Jeff

JeffPaetkau
 
JeffPaetkau replied on at Permalink Reply
JeffPaetkau
I found the solution to my issue here:
http://blog.justinleveck.com/2015/12/21/patch-redactor-to-allow-hea...

You have to patch concrete/js/redactor.js on line 3 column 11689 to remove
||this.utils.isCurrentOrParentHeader()