Rich Text Editor not working with content-authors group users Hello All, We have a Rich Text Editor component having below controls available(in _cq_editConfig.xml) for editing text. In AEM 6.3.2.2, when we log in as admin/admin and open the RTE component in edit mode, all controls are available for editing text.But when we login with a user who is part of Authors(content-authors) group, none of this controls are available for editing text. Only few controls like bold, italic, anchor etc. are available.Why the component not showing all controls, when logged in as a content authors user? But the same component working fine in AEM 6.0, when accessed with both admin user or content author user<cq:inplaceEditing jcr:primaryType="cq:InplaceEditingConfig" active="{Boolean}true" editorType="text"> <config jcr:primaryType="nt:unstructured"> <rtePlugins jcr:primaryType="nt:unstructured"> <paraformat jcr:primaryType="nt:unstructured" features="*"> <formats jcr:primaryType="cq:WidgetCollection"> // P, h1, h2, h3