The 5.7 branch of Magnolia reached End-of-Life on December 31, 2023, as specified in our End-of-life policy. This means the 5.7 branch is no longer maintained or supported. Please upgrade to the latest Magnolia release. By upgrading, you will get the latest release of Magnolia featuring significant improvements to the author and developer experience. For a successful upgrade, please consult our Magnolia 6.2 documentation. If you need help, please contact info@magnolia-cms.com.

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.