Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

1 Reply

Avatar

Correct answer by
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