constants.typoscript 564 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # Page constants
  3. #
  4. page {
  5. #
  6. # Template
  7. #
  8. template {
  9. templateRootPath = EXT:eum_site_package/Resources/Private/Templates/Page/
  10. partialRootPath = EXT:eum_site_package/Resources/Private/Partials/Page/
  11. layoutRootPath = EXT:eum_site_package/Resources/Private/Layouts/Page/
  12. }
  13. #
  14. # Menu
  15. #
  16. menu {
  17. rootPid = 1
  18. levels = 3
  19. }
  20. #
  21. # Footer
  22. #
  23. footer {
  24. sitemapRootPid =
  25. legalRootPid = 30
  26. }
  27. #
  28. # Socials
  29. #
  30. socials {
  31. youtube =
  32. facebook =
  33. instagram =
  34. xing =
  35. linkedIn =
  36. twitter =
  37. }
  38. }