neos-development-collection
neos-development-collection copied to clipboard
Disallow disabling tethered nodes
When hiding the main content collection - via php api: (which already sounds baaaaad) an error will be thrown:
No content collection of type Neos.Neos:ContentCollection could be found in the current node (/[99f81405-8781-4f3b-a6ba-8606a8be66d6]) or at the path "main"
So i think we should enforce that this can never happen via constraint checks.
Related discussion https://github.com/neos/neos-ui/pull/3004#pullrequestreview-1808255932 Related https://github.com/neos/neos-ui/issues/2282