Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14.
TYPO3 API First: Always use TYPO3's built-in APIs, core features, and established conventions before creating custom implementations. Do not reinvent what TYPO3 already provides. Always verify that the APIs and methods you use exist and are not deprecated in your target TYPO3 version (v13 or v14) by checking the official TYPO3 documentation.
Workspaces allow editors to prepare content changes without affecting the live website. Changes go through a configurable review process before publication.
Guida esperta sugli spazi di lavoro TYPO3: controllo delle versioni, gestione temporanea, flussi di lavoro di pubblicazione, limitazioni dei file, sicurezza dell'area di lavoro di raccolta file, migrazione delle query, debug e test. Da utilizzare quando si lavora con area di lavoro, controllo delle versioni, gestione temporanea, pubblicazione, revisione, bozza di contenuto, flusso di lavoro, raccolta di file. Fonte: dirnbauer/webconsulting-skills.