neoscms - Neos Multiple Sites -


Is it possible to manage multiple sites with content in shared content and templates? I tried to do it under directory sites but I'm not sure where to put it right. Besides, was I thinking about using the language dropdown? What do you think?

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -