AEM 6.3 Touch UI RTE not showing all features for all users
Our text component's RTE has a few extra style options and source mode enabled. When I log into the system as an administrator, they display fine. When our authors (content-authors group with full read/write/replicate access to the content folder, among other things) log in, though, they're not able to see the additional buttons. The RTE only displays in its default layout. I've tried unlocking read access to the whole tree and even that doesn't seem to fix it... nothing short of adding them to the Administrators group seems to get the buttons to show.
This is a touch UI RTE, configured after the style of the Core component text component (all configuration inside _cq_editConfig.xml). Config seems to work great as an admin user.
Has anyone run into this? Are there additional permissions needed somewhere? Thanks!
Config xml below:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:EditConfig">
<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="nt:unstructured">
<p
jcr:primaryType="nt:unstructured"
description="Paragraph"
tag="p"/>
<h1
jcr:primaryType="nt:unstructured"
description="Heading 1"
tag="h1"/>
<h2
jcr:primaryType="nt:unstructured"
description="Heading 2"
tag="h2"/>
<h3
jcr:primaryType="nt:unstructured"
description="Heading 3"
tag="h3"/>
<h4
jcr:primaryType="nt:unstructured"
description="Heading 4"
tag="h4"/>
</formats>
</paraformat>
<styles
jcr:primaryType="nt:unstructured"
features="*">
<styles jcr:primaryType="nt:unstructured">
<black
jcr:primaryType="nt:unstructured"
text="Black"
cssName="tc-black" />
<gray
jcr:primaryType="nt:unstructured"
text="Dark Gray"
cssName="tc-gray" />
<orange
jcr:primaryType="nt:unstructured"
text="Orange"
cssName="tc-orange" />
<pink
jcr:primaryType="nt:unstructured"
text="Pink"
cssName="tc-pink" />
<gradient
jcr:primaryType="nt:unstructured"
text="Gradient Background"
cssName="text-highlight-gradient" />
</styles>
</styles>
<misctools
jcr:primaryType="nt:unstructured"
features="[sourceedit]"/>
<table
jcr:primaryType="nt:unstructured"
features="*"/>
<subsuperscript
jcr:primaryType="nt:unstructured"
features="[superscript]"/>
</rtePlugins>
</config>
</cq:inplaceEditing>
<cq:listeners
jcr:primaryType="cq:EditListenersConfig" />
</jcr:root>
Admin view:

Author view:
