General
What is TypoTonic?
TypoTonic is a TYPO3 extension that lets you model, manage, and render records on the frontend based on TCA, without creating your own extension. It integrates fully with TYPO3 core features, such as FormEngine, TCA, and Workspaces.What can I use TypoTonic for?
- Quickly prototyping new content types, without building a dedicated Extbase extension.
- Structured data, stored as record collections with TCA validation.
- Frontend rendering with Fluid templates or ViewHelpers.
- List and detail views, with the Display Records plugin.
Installation and Compatibility
How do I install TypoTonic?
- Install the extension with Composer, or through the Extension Manager.
- Include the static template in your site template.
- Clear the caches.