Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.
The Site app allows you to configure a site definition for your website.
Go to Web Dev > Site to open the app.
Configuration
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 |
Site modules
The Site app is actually a shortcut that displays the configuration from either the site module or multisite module.
Site
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.
Multisite
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.
Node types
The Site module operates on mgnl:content
and mgnl:folder
node types.