wowa-webdesign

Site config

Apr 15th, 2022
2,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.21 KB | None | 0 0
  1. base: 'https://vt11.typo3-videotraining.com/'
  2. baseVariants:
  3.  -
  4.     base: 'https://typo311demo.ddev.site/'
  5.     condition: 'applicationContext == "Development"'
  6. errorHandling:
  7.  -
  8.     errorCode: 404
  9.     errorHandler: Page
  10.     errorContentSource: 't3://page?uid=19'
  11. justmaintain_active: false
  12. justmaintain_maintenance_link: 't3://page?uid=69'
  13. justmaintain_mode: all
  14. justmaintain_pid: ''
  15. languages:
  16.  -
  17.     title: Deutsch
  18.     enabled: true
  19.     languageId: 0
  20.     base: /
  21.     typo3Language: de
  22.     locale: de_DE.utf8
  23.     iso-639-1: de
  24.     navigationTitle: DE
  25.     hreflang: de-de
  26.     direction: ltr
  27.     flag: de
  28.     websiteTitle: ''
  29. rootPageId: 1
  30. routeEnhancers:
  31.   PageTypeSuffix:
  32.     type: PageType
  33.     map:
  34.       /: 0
  35.       sitemap.xml: 1533906435
  36. routes:
  37.  -
  38.     route: robots.txt
  39.     type: staticText
  40.     content: "## Zugriff auf die gesamte Website blockieren während der Entwicklung\r\n#User-agent: *\r\n#Disallow: /\r\n\r\n## Zugriff gestatten auf der Live-Seite mit Ausnahme bestimmter Verzeichnisse\r\nUser-agent: *\r\nDisallow: /fileadmin/_temp_/\r\nDisallow: /typo3/\r\nDisallow: /typo3_src/\r\nAllow: /typo3/sysext/frontend/Resources/Public/*\r\n"
  41. websiteTitle: 'TYPO3 11 Videotraining'
  42.  
Advertisement
Add Comment
Please, Sign In to add comment