Skip to main content

Adobe Experience Manager Sites

Welcome to the Adobe Experience Manager Community! Connect with peers to ask questions, share best practices, explore release updates, and contribute ideas that shape the future of Adobe Experience Manager.

  • 10000+ Total posts
  • 141,654 Total replies
8562 Total posts
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