Hi All,
I am having requirement to add Horizontal Line RTE-Plugins between the content, with in the text component of AEM 6.5.
I am attaching screenshot from Drupal, the same i need to implement in Aem.
Any leads or examples that align with this specific requirement would be greatly appreciated.
Thank you in advance for your assistance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Rah1602Jais
You can add hr in paraformat node
e.g.
<paraformat jcr:primaryType="nt:unstructured" features="*">
<formats jcr:primaryType="nt:unstructured">
<default_h2 jcr:primaryType="nt:unstructured"
description="Heading 2" tag="h2" />
<default_h3 jcr:primaryType="nt:unstructured"
description="Heading 3" tag="h3" />
<default_h4 jcr:primaryType="nt:unstructured"
description="Heading 4" tag="h4" />
<default_blockquote
jcr:primaryType="nt:unstructured" description="Quote"
tag="blockquote" />
<default_pre jcr:primaryType="nt:unstructured"
description="Preformatted" tag="pre" />
<default_hr jcr:primaryType="nt:unstructured"
description="Horizontal Ruler" tag="hr" />
</formats>
</paraformat>
Hi @Rah1602Jais
You can add hr in paraformat node
e.g.
<paraformat jcr:primaryType="nt:unstructured" features="*">
<formats jcr:primaryType="nt:unstructured">
<default_h2 jcr:primaryType="nt:unstructured"
description="Heading 2" tag="h2" />
<default_h3 jcr:primaryType="nt:unstructured"
description="Heading 3" tag="h3" />
<default_h4 jcr:primaryType="nt:unstructured"
description="Heading 4" tag="h4" />
<default_blockquote
jcr:primaryType="nt:unstructured" description="Quote"
tag="blockquote" />
<default_pre jcr:primaryType="nt:unstructured"
description="Preformatted" tag="pre" />
<default_hr jcr:primaryType="nt:unstructured"
description="Horizontal Ruler" tag="hr" />
</formats>
</paraformat>
Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes
Views
Likes
Replies