Can Content Author (Admin) hide any component / section on the page | Community
Skip to main content
merajs48779722
New Participant
October 5, 2016
Solved

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

  • October 5, 2016
  • 1 reply
  • 587 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

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

1 reply

kautuk_sahni
kautuk_sahniAccepted solution
Employee
October 19, 2016

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