Hi Mark, The display styles are copied in like other library elements as they are used so we can't prevent that, but Travis' suggestion of using the turning off the editing of display styles: _USTN_CAPABILITY -CAPABILITY_DISPLAY_STYLE_EDITING will prevent them from being changed. The result of this variable is everything in the Display Styles dialog is greyed out. This makes adding project specific display styles an admin activity. You could lock this variable to prevent savvy/determined users from adding the capability back in their UCF. If it is locked at site level then you will need to have an alternative site configuration for admins, so the best approach may be to add this and the lock statements to your PCFs (which I assume are read only to users) then admins can have a specific PCF for mamagement. If you don't lock it, all the admins need is a UCF containing: _USTN_CAPABILITY +CAPABILITY_DISPLAY_STYLE_EDITING
↧