neoscms - Neos Multiple Sites -
Is it possible to manage multiple sites with
Yes, Neo can manage multiple sites with shared content and templates to create a new site You may want to create a new site package by using the Sites management administration module.
Then you have to assign different domains to keep your sites accessible to them with the Neos backend, they will appear under the content in the menu.
From within a site package you can resources: // MY.First.Site/Private/Templates/NodeTypes/Test.html and you can type from any other site , Such as includes: resource: // My.First.Site/Private/Typo script / node type / * .
items = $ (q / s) Site / myfirstsite / some-node)
Note that with NodeTypes.yaml as well as settings.yaml is global and all active Will be linked to the sites.
Comments
Post a Comment