Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Can Content Author (Admin) hide any component / section on the page

Avatar

Level 2

I want to know the scenario from Content Author perspective.

Once website is ready, can Content Author (Role based) hide / display section (components) on the page as part of Content Authoring.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Administrator

Hi,

There is no OOTB for this, But we can do it by:

1. For that Page, removing the value for resourceType property of that component from JCR should work [workaround].

2. It should be done in at component development phase, where you can keep a check box in a dialog box. We can toggle CSS with respect to check box (visibility: hidden or visibility: Visible).

~kautuk



Kautuk Sahni

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Administrator

Hi,

There is no OOTB for this, But we can do it by:

1. For that Page, removing the value for resourceType property of that component from JCR should work [workaround].

2. It should be done in at component development phase, where you can keep a check box in a dialog box. We can toggle CSS with respect to check box (visibility: hidden or visibility: Visible).

~kautuk



Kautuk Sahni