Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor
open to js solution or css any will do
|
Ckeditor : How can i make few tags like h3 , h4 , h5 non editable in ckeditor open to js solution or css any will do
| |||
|
feedback
|
|
In config.js, use the following code to define which elements you want to allow in CKEditor (I removed h1) :
| |||
|
feedback
|
|
The protectedSource configuration setting is the setting of choice for that.
I'm no expert on regular expressions but something like this should do the trick:
you may have to play around with it a bit. Caveat: The regex in that form will catch only | |||||||
feedback
|