@vanegi
Using it something like this..
<copyText
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/richtext"
fieldLabel="Copyright Text"
name="./copyRightText"
removeSingleParagraphContainer="{Boolean}true"
useFixedInlineToolbar="{Boolean}true"
required="{Boolean}true">
<rtePlugins jcr:primaryType="nt:unstructured">
<format jcr:primaryType="nt:unstructured" features="*"/>
<justify ...
<lists ...
<paraformat ..
<formats ..
<default_h1 jcr:primaryType="nt:unstructured" ...
...
</formats>
</paraformat>
<misctools features="[specialchars,sourceedit]" jcr:primaryType="nt:unstructured"/>
<edit defaultPasteMode="wordhtml" features="[cut,copy,paste-default,paste-plaintext,paste-wordhtml]" jcr:primaryType="nt:unstructured"/>
<styles jcr:primaryType="nt:unstructured" features="*">
<styles jcr:primaryType="nt:unstructured">
... </styles>
</styles>
<undo ...
</rtePlugins>