| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # Page constants
- #
- page {
- #
- # Template
- #
- template {
- templateRootPath = EXT:eum_site_package/Resources/Private/Templates/Page/
- partialRootPath = EXT:eum_site_package/Resources/Private/Partials/Page/
- layoutRootPath = EXT:eum_site_package/Resources/Private/Layouts/Page/
- }
- #
- # Menu
- #
- menu {
- rootPid = 1
- levels = 3
- }
- #
- # Footer
- #
- footer {
- sitemapRootPid =
- legalRootPid = 30
- }
- #
- # Socials
- #
- socials {
- youtube =
- facebook =
- instagram =
- xing =
- linkedIn =
- twitter =
- }
- }
|