Add more formats in rtePlugin - paraformat
I have added richTextBox in my xtype js file where I have added paraformat plugin. Here below is my code for that ;
"rtePlugins" :{
"edit" : {
"features" : ['cut', 'copy', 'paste-plaintext']
},
"spellcheck" : {
"features" : "*"
},
"undo" : {
"features" : "*"
},
"findreplace" : {
"features" : "*"
},
"misctools" : {
"features" : "*"
},
"paraformat" : {
"features" : "*"
}
},
But i am getting only paragraph, heading1, heading2, heading3 only in format tab. But I want to add more headings like h4, h5 etc. I have added richtext node having rtePlugin node that contains all the plugins available. Can anyone help me to add more formats in paraformat.