- Success Stories: full migration from old site (48/48, audited), markets n:n, quotation content block, columns content block, pretty SEO detail URLs via SuccessStoryPathRewrite middleware, list/detail split (list page 4 / story page), detailUrl/backUrl - New plugins: VITEC Locations (grid/list/map + RTE map text), VITEC Customer Logos (color/bw logic, only-show-selected), VITEC Card (one plugin for product/story/market/solution with reloading FlexForm + custom backend preview renderer) - Eventlist: layout dropdown (list/grid/teaserbar) in settings - Hero section CB: Images/Video tabs, background video + overlay - Product JSON: full category rootline (parents), fixed missing ConnectionPool import (all-products crash), category tree map - Backend preview CSS: container-query responsive (narrow columns) - Docs: ISO architecture spec, root + extension READMEs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
95 lines
2.1 KiB
YAML
95 lines
2.1 KiB
YAML
base: /
|
|
dependencies:
|
|
- typo3/fluid-styled-content
|
|
- typo3/fluid-styled-content-css
|
|
- typo3/felogin
|
|
- typo3/form
|
|
- typo3/seo-sitemap
|
|
- friendsoftypo3/headless
|
|
- friendsoftypo3/headless-mixed
|
|
- nb-headless-content-blocks/headless-content-blocks
|
|
- evomedien/vitecset
|
|
- vitec/content-blocks-bundle
|
|
- vitec/cta-banner
|
|
- vitec/herosection
|
|
- vitec/card
|
|
- vitec/intro-paragraph
|
|
- vitec/video
|
|
- vitec/faq
|
|
- georgringer/news
|
|
- georgringer/news-sitemap
|
|
- georgringer/news-recordlinks
|
|
- vitec/columns
|
|
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: ''
|
|
NewsDetail:
|
|
type: Extbase
|
|
limitToPages:
|
|
- 21
|
|
extension: News
|
|
plugin: Pi1
|
|
routes:
|
|
- routePath: '/{news-title}'
|
|
_controller: 'News::detail'
|
|
_arguments:
|
|
news-title: news
|
|
defaultController: 'News::detail'
|
|
aspects:
|
|
news-title:
|
|
type: NewsTitle
|
|
UsecaseDetail:
|
|
type: Extbase
|
|
limitToPages:
|
|
- 4
|
|
- 26
|
|
- 25
|
|
extension: Vitec
|
|
plugin: Usecaseshow
|
|
routes:
|
|
-
|
|
routePath: '/{usecase_slug}'
|
|
_controller: 'Usecase::show'
|
|
_arguments:
|
|
usecase_slug: usecase
|
|
defaultController: 'Usecase::show'
|
|
requirements:
|
|
usecase_slug: '[a-zA-Z0-9\-]+'
|
|
aspects:
|
|
usecase_slug:
|
|
type: PersistedAliasMapper
|
|
tableName: tx_vitec_domain_model_usecase
|
|
routeFieldName: slug
|
|
websiteTitle: ''
|