Microsite Bundle#
Microsites are compact, thematically focused websites that deal exclusively with a specific topic. They are often used to highlight specific topics such as events, projects, offers or campaigns. Further information can be found in the microsite concept.
This bundle provides the functionalities of microsites.
Sources#
The sources can be accessed via the GibHub project https://github.com/sitepark/atoolo-microsite-bundle.
Installation#
First add the Sitepark Flex Repository before installing the bundle.
Use Composer to install this component in your PHP project:
composer require atoolo/microsite-bundle
Configuration#
Pages from the main website or other microsites can be integrated into microsites. A so-called "mounting" is used for this purpose. This is defined in the microsite configuration.
config/package/microsite.yaml
atoolo_microsite:
mountable_object_types: ["event"]