Files
VITEC-website/packages/vitec/Resources/Private/Language/locallang_pages.xlf
khaccount 4541c58fe7 VITEC headless v14: 5-bug fix unifies plugin renderers + cleanup
Resolves a cascade of TYPO3 v14 breaking changes that left every VITEC
plugin's JSON output silently empty:

1. `list_type` column dropped — all renderer page-discovery queries now
   filter by `CType = 'vitec_X'`.
2. `#[AsAllowedCallable]` attribute added to every public render() —
   without it v14 throws AllowedCallableException, which headless
   silently filters via its "Oops, an error occurred!" guard.
3. `$GLOBALS['TSFE']->id` is null inside JSON cObj context — page id
   now read from the `frontend.page.information` request attribute
   (TSFE fallback kept for legacy entry points).
4. page.tsconfig wizard items migrated to `CType = vitec_X` directly
   (legacy `CType=list, list_type=...` no longer exists in v14).
5. ContainerChildrenProcessor + ContentElementResolver dispatch the
   PLUGIN_RENDERERS map by CType (primary) with list_type fallback.

Beyond the bug fix this commit also contains:
- Datasheets renderer rewritten to "products with newest datasheet"
  semantics (filtered via Download.hideondatasheets).
- New vitec/card content block — multi-purpose card with backend
  preview and layout/background/aspect/alignment/border/shadow options.
- New vitec_container CType (b13 single-column container, FlexForm
  cssClass propagated into the JSON envelope).
- ContentElementResolver service for contentelement/contentelementcta
  link resolution; ContainerChildrenProcessor for nested plugin
  resolution inside b13 containers.
- Vitecset setup.typoscript: ContentElement import moved to top so
  lib.contentElement is defined before VITEC's tt_content blocks.
- Cleanup: 98 .bak.<timestamp> debugging backups removed; *.bak.* and
  /public/_assets_install/ added to .gitignore.
2026-06-15 14:42:33 +02:00

72 lines
2.4 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="EXT:vitec/Resources/Private/Language/locallang_pages.xlf" product-name="vitec">
<header/>
<body>
<trans-unit id="layout.0" resname="layout.0">
<source>Default</source>
</trans-unit>
<trans-unit id="layout.1" resname="layout.1">
<source>Index Page</source>
</trans-unit>
<trans-unit id="layout.2" resname="layout.2">
<source>Markets Overview</source>
</trans-unit>
<trans-unit id="layout.3" resname="layout.3">
<source>Market Detail</source>
</trans-unit>
<trans-unit id="layout.4" resname="layout.4">
<source>Solutions Overview</source>
</trans-unit>
<trans-unit id="layout.5" resname="layout.5">
<source>Solution Detail</source>
</trans-unit>
<trans-unit id="layout.6" resname="layout.6">
<source>Use Cases Overview</source>
</trans-unit>
<trans-unit id="layout.7" resname="layout.7">
<source>Use Case Detail</source>
</trans-unit>
<trans-unit id="layout.8" resname="layout.8">
<source>Products Overview</source>
</trans-unit>
<trans-unit id="layout.9" resname="layout.9">
<source>Product Main Category</source>
</trans-unit>
<trans-unit id="layout.10" resname="layout.10">
<source>Product Detail</source>
</trans-unit>
<trans-unit id="layout.11" resname="layout.11">
<source>Support Overview</source>
</trans-unit>
<trans-unit id="layout.12" resname="layout.12">
<source>News Overview</source>
</trans-unit>
<trans-unit id="layout.13" resname="layout.13">
<source>News Detail V1</source>
</trans-unit>
<trans-unit id="layout.14" resname="layout.14">
<source>News Detail V2</source>
</trans-unit>
<trans-unit id="layout.15" resname="layout.15">
<source>News Detail V3</source>
</trans-unit>
<trans-unit id="layout.16" resname="layout.16">
<source>Content Page V1</source>
</trans-unit>
<trans-unit id="layout.17" resname="layout.17">
<source>Content Page V2</source>
</trans-unit>
<trans-unit id="layout.18" resname="layout.18">
<source>Content Page V3</source>
</trans-unit>
<trans-unit id="layout.19" resname="layout.19">
<source>Events Overview</source>
</trans-unit>
<trans-unit id="layout.20" resname="layout.20">
<source>Contact Page</source>
</trans-unit>
</body>
</file>
</xliff>