Success-story migration + new plugins + JSON/UX polish
- 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>
This commit is contained in:
@@ -157,4 +157,40 @@ $GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][1750000000] = [
|
||||
\Evomedien\Vitec\Controller\EventController::class => 'list'
|
||||
]
|
||||
);
|
||||
|
||||
ExtensionUtility::configurePlugin(
|
||||
'Vitec',
|
||||
'Locationlist',
|
||||
[
|
||||
\Evomedien\Vitec\Controller\LocationController::class => 'list'
|
||||
],
|
||||
[
|
||||
\Evomedien\Vitec\Controller\LocationController::class => 'list'
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
ExtensionUtility::configurePlugin(
|
||||
'Vitec',
|
||||
'Customerlogos',
|
||||
[
|
||||
\Evomedien\Vitec\Controller\CustomerController::class => 'list'
|
||||
],
|
||||
[
|
||||
\Evomedien\Vitec\Controller\CustomerController::class => 'list'
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
ExtensionUtility::configurePlugin(
|
||||
'Vitec',
|
||||
'Modelcard',
|
||||
[
|
||||
\Evomedien\Vitec\Controller\ModelcardController::class => 'list'
|
||||
],
|
||||
[
|
||||
\Evomedien\Vitec\Controller\ModelcardController::class => 'list'
|
||||
]
|
||||
);
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user