Site app
The Site app allows you to configure a site definition for your website.
Configuration
The Site app is installed by the Site module.
The app is configured in /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 or DX Core) uses the info.magnolia.module.site.Site configuration class.Only a single site definition is supported in CE.
Multisite
-
config:/modules/multisite/config/sites
in a multisite setup (DX Core) has each site with a parent node. This gives the site a name, such asfallback
,travel
orsportstation
. Each of those sites can have a separate info.magnolia.module.site.Site configuration.In DX Core one or more 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.