Restore point before Stufe 3 (central resolver-service refactoring). Includes this session's work: - Success Story (usecase) rebuild: new fields/tabs, UsecaseSerializer, thin List/Show renderers, MM relations, inline content elements. - vitec_columns content block (two-column layout with per-item content) incl. unified header section; special-cased JSON resolution. - Container per-column flex (items[].config align/justify) + gap on parent. - Unified header section across CEs/plugins/containers; header fields in JSON. - ISO-style architecture spec: Documentation/Headless-JSON-Architecture.md. - Cleanup: removed local scratch + verified .bak backups. - Fixes: B-6 (undefined thumbnail variable in Downloadcardcollection image resolver), B-7 (unsatisfiable legacy CType OR branch in Downloadcard/Datasheets). Rollback: git reset --hard snapshot-2026-07-09-pre-stufe3 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
73 lines
1.6 KiB
YAML
73 lines
1.6 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
|
|
websiteTitle: ''
|