Magnolia 6.0 reached end of life on June 26, 2019. This branch is no longer supported, see End-of-life policy.
The Site app allows you to configure a site definition for your website.
The Site app is installed by the Site module. The app is based on the content app framework so its configuration is typical of any content app.
The app is configured at Configuration > /modules/site-app/apps/site
.
Node name |
---|
modules |
site-app |
apps |
site |
The Site app is actually a shortcut that displays the configuration from either the site module or multisite module.
config:/modules/site/config/site
in a single site setup (Community Edition, Enterprise Edition Std) uses the configuration class Site.
Only a single site definition is supported in CE and EE Std.
config:/modules/multisite/config/sites
in a multisite setup (Enterprise Edition Pro) each site has a parent node. This gives the site a name, such as, fallback, travel or sportstation. Each of those sites can have a separate Site configuration.
In EE Pro multiple site definitions are possible. Each definition will have a name and a configuration node.
The Site module operates on mgnl:content
and mgnl:folder
node types.