Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Adding Font Size feature to Rich Text Editor

Avatar

Level 1

 I wanted to add the font size feature in the Rich Text Editor. I followed the Adobe Document for creating but still I am not able to get the font size feature. In the document it said that we had to add a property enableFontSize , but even after adding it is not working.

Adobe Document Link

https://helpx.adobe.com/experience-manager/kb/RichTextEditorConfiguration.html

The package that comes with document is also not working when installed. It doesn't have the features specified.

Is there any way implement this? 

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

That article is very old.

Font size plugin doesnt come OOB. However, refer [1] [2] to know to create a custom rte plugin and hope it gives an idea how to create one

[1] http://experience-aem.blogspot.com/2014/02/aem-cq-56-extend-richtext-editor-add-new-plugin-pullquote...

[2] https://mkbansal.wordpress.com/2016/01/09/aem-rte-custom-styles-plugin/ (this would help)

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Hi 

That article is very old.

Font size plugin doesnt come OOB. However, refer [1] [2] to know to create a custom rte plugin and hope it gives an idea how to create one

[1] http://experience-aem.blogspot.com/2014/02/aem-cq-56-extend-richtext-editor-add-new-plugin-pullquote...

[2] https://mkbansal.wordpress.com/2016/01/09/aem-rte-custom-styles-plugin/ (this would help)

~kautuk



Kautuk Sahni

Avatar

Level 1

Thankyou  @kautuksahni . It was helpful