I am trying to make a few page properties field read-only for a select group of users under a group.
I can show/hide those fields based on the Granite Render Condition, but my requirement is to show the fields in a disabled way.
I can do it via a JS and then fire a servlet to determine the group and disable these fields.
But I am trying to understand if there is a clean way to do it, similar to Granite Render Condition.
@arunpatidar