Hi,
I have added custom styles in RTE plugins. I am able to select them on the dialog configure and inplace editing. But They are only getting applied when authored through dialog configure. Same is not working on inplace editing. But They are displaying properly on the page in both case.
Please help to address inplace editing issue.
Thanks,
Raja
Solved! Go to Solution.
Views
Replies
Total Likes
Inplace editing/dialog configuration open in different contexts and do not consider css/js included in your template. Though, you can use externalStyleSheets [1] in RTE configuration to specify project-specific styles to be used in edit mode.
Navigate to the root node of your text component, for example /apps/<myProject>/components/text
.
externalStyleSheets
String[]
(multi-string; click Multi in CRXDE)Add the property externalStyleSheets
to the parent node of <rtePlugins-node>
:
Save all changes.
Inplace editing/dialog configuration open in different contexts and do not consider css/js included in your template. Though, you can use externalStyleSheets [1] in RTE configuration to specify project-specific styles to be used in edit mode.
Navigate to the root node of your text component, for example /apps/<myProject>/components/text
.
externalStyleSheets
String[]
(multi-string; click Multi in CRXDE)Add the property externalStyleSheets
to the parent node of <rtePlugins-node>
:
Save all changes.