no, first check u got strike through in styles in rte plugin. Steps to follow,1.Copy styledTextEditor.js from libs folder and create client lib under /apps/component folder with category as dam.cfm.authoring.contenteditor.v2 and 2.Paste StyledTextEditor.js under this clientlib and modify style sect...
Hi @Keerthi_Ramanukolanu ,can u check package-info.java under models and add correct version there.It might help in resolving this error or paste the complete error u are facing.Thanks.
Hi,This cssspan.strikethrough {text-decoration:line-through;}u can add anywhere in you are present css file which loads when base page loads and let me know if it works.
And, for the clientlibs with StyledtextEditor.js give categories as dam.cfm.authoring.contenteditor.v2 this. which is same as of libs/styledtexteditor.js clientlib category.
Hi ,Inside StyledTextEditor,add property "styles" inside"rteplugins" { "styles": { "features": "*", "styles": { "eyebrow": { "text": "Eyebrow", "cssName": "eyebrow" }, }} In this way u have to add styles, let me knwo if u still f...