[Neos] Node structure

Lorenz Ulrich lorenz-typo3 at visol.ch
Sun Sep 8 19:11:30 CEST 2013


Hi Benjamin

I'm also a newbie, but I'm trying to answer your questions:

The root page in Neos (the globe icon) cannot contain content, exactly 
as the root page in CMS (the TYPO3 icon).

The routing of the root page can be adjusted in 
<Packages/Sites/YourSitePackage/Resources/Private/Content/Sites.xml>.

I don't know how you could have www.domain.tld as full URL for your 
homepage. I'm interested in that, too.

To your menu problem:
You could still build a structure like that:
- Home page
-- Subpage 1
-- Subpage 2
-- Subpage 3

Then your pages are no longer on the same level as your home page. You 
just need to adjust the entryLevel of your menu:
prototype(Menu).entryLevel = 2
(where "Menu" is the name of your Menu object)

Best regards,

Lorenz

Am 05.09.2013 21:30, schrieb Benjamin Albrecht:



More information about the Neos mailing list