How to configure AEM rich text editor to support blockquote with nested p tags | Community
Skip to main content
Level 3
September 20, 2017

How to configure AEM rich text editor to support blockquote with nested p tags

  • September 20, 2017
  • 1 reply
  • 2875 views

We are trying to configure the rich text editor with AEM 6.3 to support the blockquote tag. We have managed to do this adding block quote to the paraformat section. However if we have two or more existing paragraphs that we want to wrap with a blockquote tag this does not work; it replaces all existing p tags with blockquote.

Has anyone got any pointers it suggestions on how to achieve this? We are trying to replicate functionality within tinyMCE as part of a migration to AEM.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
September 20, 2017

This is a very specific use case for the TOuch UI RTE. To solve this requirement, you would need to write a custom plug-in for the RTE. There are some community articles that discuss this use case - such as: AEM | RTE – Custom Styles Plugin – Touch UI – Need is the mother of invention …

Level 3
September 23, 2017

Thanks for the response, we are going to look at that, but in the interim we decided to go with Blockquote component which is basically the text rte one that wraps blockquote around the text.

Send to work well so far.