
Getting started
- Installation & Quick Start -- Composer installation, extension activation, first build
- Feature overview – Content elements, Site Sets, PHP stack, integrations
Instructions
| Instructions | Topics |
|---|---|
| Frontend | Vite 8, SCSS (ITCSS), JavaScript modules, Vue 3 components |
| Configuration | Site sets, site settings (automatically synchronised from YAML), TypoScript, TCA |
| Backend | RTE preset, Page TSconfig, previews, backend layouts, content blocks |
| Content elements | Field reference per CType (gallery, stage, container, …) |
| Favicons | Icon assets, Favicons.html, website configuration, dynamic manifest (typeNum 8412) |
Package layout (quick guide)
| Path | Purpose |
|---|---|
Build/ | Vite source and npm Scripts – edit assets here |
Classes/ | PHP (DataProcessors, ViewHelpers, Middleware, Backend) |
Configuration/ | Site Sets, TypoScript, TCA, Services |
ContentBlocks/ | TYPO3 content blocks (e.g. definition list) |
Resources/Private/ | Fluid templates, XLF, Form YAML |
Resources/Public/ | Generated – output of npm run build; please do not edit |