Need some permissions for moving pages
-
At the moment, every role has permissions to move the page structure around on the website using the cms-tree-page dashboard widget, we wan’t to keep the widget there but can’t let some roles change the structure
Could you put in some way to do this? Maybe with filters or something
$can_move = apply_filters('cms_can_move_page', true, $node_id, $ref_node_id, $type);
Or something along those lines ..
Thanks
- The topic ‘Need some permissions for moving pages’ is closed to new replies.