Is it possible to limit rights only to page properties | Community
Skip to main content
Level 6
May 30, 2023
Solved

Is it possible to limit rights only to page properties

  • May 30, 2023
  • 4 replies
  • 1267 views

Hi,

 I want to enable permissions only for the properties of zh pages (so they can add TAGS in the page properties).
Is it possible to limit rights only to properties?

Can anyone suggest me the approach how to do

 

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 EstebanBustamante

I would advise using granite render conditions instead. That way you can "disable" (really hide) the properties based on a group or user. This is great because you can be as granular as you need.
Here is a good example https://jpsoares.medium.com/aem-granite-render-conditions-438c804b1e5a of what i am talking about

4 replies

rawvarun
Community Advisor
Community Advisor
May 30, 2023
Vani1012Author
Level 6
May 30, 2023

@rawvarun 
The link you mentioned is for component editing and its not for enabling permissions only for the properties of zh pages

aanchal-sikka
Community Advisor
Community Advisor
May 30, 2023

hello @vani1012 

 

Can you please try the reverse of the solution suggested on Solved: Re: Page Properties Read Only Mode - Adobe Experience League Community - 561025

- Provide read-only access on page

- Allow write to a specific property via rep:glob

Aanchal Sikka
EstebanBustamante
Community Advisor and Adobe Champion
EstebanBustamanteCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
May 30, 2023

I would advise using granite render conditions instead. That way you can "disable" (really hide) the properties based on a group or user. This is great because you can be as granular as you need.
Here is a good example https://jpsoares.medium.com/aem-granite-render-conditions-438c804b1e5a of what i am talking about

Esteban Bustamante
Fanindra_Surat
Community Advisor
Community Advisor
May 30, 2023

Hi @vani1012 , As mentioned by @estebanbustamante above, Granite Render Conditions is the way to go to handle tab-level permissions on pages.