I only have 1 navigation on my project. Alle pages go under the Home node.
But I need to be sure the users don't add a node on the same level as Home. How can I prevent them not to create a node under Content?
A simple way would be, once you have your pages under home sorted, to find all the document types that are allowed at are allowed at the root of your site then remove them from being allowed at the root.
That way the user would then have no document types available to them when they go to create a new page at the root level. But because you already ave your pages at root they will still be able to create pages below those ones.
Disallow User to create item under Content
Hi,
I only have 1 navigation on my project. Alle pages go under the Home node. But I need to be sure the users don't add a node on the same level as Home. How can I prevent them not to create a node under Content?
A simple way would be, once you have your pages under home sorted, to find all the document types that are allowed at are allowed at the root of your site then remove them from being allowed at the root.
That way the user would then have no document types available to them when they go to create a new page at the root level. But because you already ave your pages at root they will still be able to create pages below those ones.
Hi,
I tryed this but when you have no types allowed for root. Umbraco suggests all types instead of none... bizar.
I thought this had been fixed as I posted last year about this issue and someone put in a pull request for it
https://github.com/umbraco/Umbraco-CMS/pull/2740
You can see from this merge that the pull request for #2740 was overwritten.
As it stands, the expected behaviour should be that if no items are selected to show in the root, then ALL items will appear.
From what I can see, this looks like it was designed to be this way.
is working on a reply...