Site configuration¶
Since version 3.2.0 you can override all extension configuration setting with site configuration.
To override the configuration, you must modify the site configuration file config.yaml - property names are the same as extension configuration.
Overriding extension configuration with site configuration¶
Add a siteGenerator section with any settings that need to be overridden.
config/sites/<identifier>/config.yaml¶
rootPageId: 12
base: 'https://example.org/'
websiteTitle: Example
siteGenerator:
modelsPid: 61,71
commonMountPointUid: 8
homePageTitle: The page title overloaded
onlyOneFormPage: 0