This seems like a no-no from the start, but ĀæCan I prevent a subpage to be individually deleted, while allowing it to be deleted along its parent?
Consider a page structure such as:
editions (delete: false)
edition (delete: true)
exhibitions (delete: false)
exhibition A (delete: true)
exhibition B (delete: true)
...
performances (delete: false)
performance A (delete: true)
...
Iād want to avoid users deleting categories such as āeditionsā āexhibitionsā or āperformancesā while Iād still want them to be able to delete items such as āeditionā,āexhibitionā or āperformanceā.
The problem is that the item āeditionā cannot be deleted because it contains the categories āexhibitionsā and āperformancesā which cannot be deleted.
In this particular case permissions are not a solution because both the ability to delete itesm and the prohibition to delete categories affect the same type of user.
Thank you