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.
is this an experience manager question?
Views
Replies
Total Likes
Yes it is related to adobe experience manager.
I have found a solution in the url: Configuring the Rich Text Editor , but i am not getting after adding richTextBox node, is there any configuration is required to use it in my dialog js file.
Views
Replies
Total Likes
[ moved from Adobe Creative Cloud to Adobe Experience Manager]
Views
Replies
Total Likes
What version of AEM Are you using? Look at using the Core Text component - you will see these headings are part of RTE.
Views
Replies
Total Likes
I am using adobe 6.2 version where Paragraph1, Heading1, Heading2, Heading3 formats are available by default and I have to add more.
Views
Replies
Total Likes
have you tried both rtePlugins and uiSettings as in /libs/foundation/components/textimage/dialog/items/tab1/items/text
Views
Replies
Total Likes
Yes I was tried on both. Can you please explain me the end to end process, so that I can conclude where I am going wrong.
Views
Replies
Total Likes
Possible to share code package that you are using... I see it working when I followed the article above
Views
Likes
Replies
Views
Likes
Replies