Initial Commit
This commit is contained in:
50
config/sites/vitec/config.yaml
Normal file
50
config/sites/vitec/config.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
base: /
|
||||
dependencies:
|
||||
- typo3/fluid-styled-content
|
||||
- typo3/fluid-styled-content-css
|
||||
- typo3/felogin
|
||||
- typo3/form
|
||||
- typo3/seo-sitemap
|
||||
- friendsoftypo3/headless
|
||||
- friendsoftypo3/headless-mixed
|
||||
- itplusx/headless-container
|
||||
- nb-headless-content-blocks/headless-content-blocks
|
||||
- evomedien/vitecset
|
||||
- vitec/content-blocks-bundle
|
||||
- vitec/cta-banner
|
||||
- vitec/herosection
|
||||
frontendBase: ''
|
||||
headless: 1
|
||||
languages:
|
||||
-
|
||||
title: English
|
||||
enabled: true
|
||||
languageId: 0
|
||||
base: /
|
||||
locale: en_US.UTF-8
|
||||
navigationTitle: English
|
||||
flag: us
|
||||
rootPageId: 1
|
||||
routeEnhancers:
|
||||
ProductPlugin:
|
||||
type: Extbase
|
||||
limitToPages:
|
||||
- 10
|
||||
extension: Vitec
|
||||
plugin: Productshow
|
||||
routes:
|
||||
-
|
||||
routePath: '/{product_slug}'
|
||||
_controller: 'Product::show'
|
||||
_arguments:
|
||||
product_slug: product
|
||||
defaultController: 'Product::show'
|
||||
requirements:
|
||||
product_slug: '[a-zA-Z0-9\-]+'
|
||||
aspects:
|
||||
product_slug:
|
||||
type: PersistedAliasMapper
|
||||
tableName: tx_vitec_domain_model_product
|
||||
routeFieldName: slug
|
||||
routeValuePrefix: ''
|
||||
websiteTitle: ''
|
||||
4
config/sites/vitec/settings.yaml
Normal file
4
config/sites/vitec/settings.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
vitec.debugMode: true
|
||||
my.example.setting: Test
|
||||
menu.footer.pageUids: '1,2,3'
|
||||
menu.meta.pageUids: '5'
|
||||
Reference in New Issue
Block a user