Are there any UI Personalization settings or Permissions that can be applied to a role to disable the Moving and Copying of existing content pages ?
I still want the user to be able to add new pages and modify the content of existing pages but want to prevent them moving/copying and potentially re-ordering them.
Dave, I'm not aware about such possibility out of the box. I'd recommend you to try implement appropriate checks with document event handlers, e.g. Move.Before - you should be able to check user role and cancel event there.
Hi Roman,
Yes, that was my thinking but seems a bit overkill and not easily maintainable once deployed.
Please, sign in to be able to submit a new answer.