Advertisement
Mr_media

my_config.yaml

Feb 6th, 2021
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. config.yaml for landing-page
  2.  
  3. base: 'https://italimporta.nl'
  4.  
  5. # imports:
  6. # - { resource: "EXT:blog/Configuration/Routes/Default.yaml" }
  7. import:
  8. - { resource: "EXT:italimporta_template/Initialisation/Site/leukvanpizzajolly/ShopBase.yaml" }
  9.  
  10. errorHandling:
  11. -
  12. errorCode: '404'
  13. errorHandler: Page
  14. errorContentSource: 't3://page?uid=76'
  15.  
  16.  
  17. languages:
  18. -
  19. title: Nederlands
  20. enabled: true
  21. base: 'https://italimporta.nl/'
  22. typo3Language: nl
  23. locale: nl_Nl-UTF-8
  24. iso-639-1: nl
  25. websiteTitle: ''
  26. navigationTitle: Nederlands
  27. hreflang: nl_NL
  28. direction: ''
  29. flag: nl
  30. languageId: 0
  31. -
  32. title: English
  33. enabled: true
  34. base: /en/
  35. typo3Language: default
  36. locale: en_EN.UTF-8
  37. iso-639-1: en
  38. websiteTitle: ''
  39. navigationTitle: English
  40. hreflang: en-EN
  41. direction: ''
  42. fallbackType: strict
  43. fallbacks: ''
  44. flag: gb
  45. languageId: 1
  46. -
  47. title: Italiano
  48. enabled: true
  49. base: /it/
  50. typo3Language: it
  51. locale: it_IT.UTF-8
  52. iso-639-1: it
  53. websiteTitle: ''
  54. navigationTitle: Italian
  55. hreflang: it-IT
  56. direction: ''
  57. fallbackType: strict
  58. fallbacks: ''
  59. flag: it
  60. languageId: 2
  61. rootPageId: 1
  62. routeEnhancers:
  63. CartProducts:
  64. type: Extbase
  65. extension: CartProducts
  66. plugin: Products
  67. routes:
  68. -
  69. routePath: '/{product_title}'
  70. _controller: 'Product::show'
  71. _arguments:
  72. product_title: product
  73. defaultController: 'Product::show'
  74. aspects:
  75. product_title:
  76. type: PersistedAliasMapper
  77. tableName: tx_cartproducts_domain_model_product_product
  78. routeFieldName: path_segment
  79. routes:
  80. -
  81. route: landings_page_webshop
  82. type: uri
  83. websiteTitle: ITALIMPORTA
  84.  
  85.  
  86.  
  87. #shopBase.yaml the include for the landing-page which is not working ...
  88.  
  89.  
  90. baseVariants:
  91. -
  92. base: 'https://leukvanpizzajolly.nl/'
  93. rootPageid: 65
  94. websiteTitle: 'LEUKVANPIZZAJOLLY'
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement