Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Hide components from authors in Touch UI

Avatar

Level 2

In classic ui I was able to set a componentGroup to .hidden and authors would not see the component. In touch ui I am not seeing the same behavior although it is suggested elsewhere that it should work the same way.  Am I wrong about this? Here is an example of one such component that is hidden in classic ui but not in touch ui:

<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:lastReplicated="{Date}2015-04-12T21:52:28.964-07:00" cq:lastReplicatedBy="admin" cq:lastReplicationAction="Activate" jcr:description="Component to allow selecting of a color scheme" jcr:mixinTypes="[cq:ReplicationStatus]" jcr:primaryType="cq:Component" jcr:title="Site Color Scheme" sling:resourceSuperType="foundation/components/parbase" allowedParents="*/parsys" componentGroup=".hidden"/>
1 Accepted Solution

Avatar

Correct answer by
Level 10

I used hidden as the value and it worked - it was not visible in the SideRail.

When i specify General - it shows up:

However when i specified hidden - HeroText2 was not there -- as shown here:

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

I used hidden as the value and it worked - it was not visible in the SideRail.

When i specify General - it shows up:

However when i specified hidden - HeroText2 was not there -- as shown here:

 

Avatar

Level 2

Thanks for confirming @smacdonald2008. Problem is clearly on our end.