Add TYPO3 setup using DDEV
This commit is contained in:
commit
a19919ad14
8 changed files with 7746 additions and 0 deletions
16
config/sites/main/config.yaml
Normal file
16
config/sites/main/config.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
base: 'https://kaderli.dev'
|
||||
baseVariants:
|
||||
-
|
||||
base: 'https://kaderli.dev.ddev.site'
|
||||
condition: 'applicationContext == "Development"'
|
||||
languages:
|
||||
-
|
||||
title: English
|
||||
enabled: true
|
||||
languageId: 0
|
||||
base: /
|
||||
locale: en_US.UTF-8
|
||||
navigationTitle: English
|
||||
flag: us
|
||||
rootPageId: 1
|
||||
websiteTitle: ''
|
Loading…
Add table
Add a link
Reference in a new issue