Grouping Umbraco document types in the content page -


i have document type called page.

if go content part , create new page, expected there node called "page" , under it, page created.

this not case.

do instead have make document type called pages , allow child nodes of page?

enter image description here

think of content tree site map website - typically have home node @ top of tree, content pages sit directly underneath that.

so might have documenttype called "home" , 1 called "page" - home documenttypewould configured allow page nodes created under it. wouldn't make sense group pages according type.

for example, here's relationship between home content node , things article listings on our website (found under structure tab on home):

allowed child node type - home documenttype

and here's content tree structure:

content tree structure

the "journal" , "code" nodes based on article listing document type while "digitalsmith - ..." node based on home document type allowed child node types configured above.

this way, content tree reflects website structure; i've utilised other visual cues determine type of document each node in form of icons it's easy me determine kind of content cam expect editing etc.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -