What immediately impresses:
Fresh backend and better orientation. Modules have been renamed in a meaningful way (for example, Web â Content, Files â Media) and the new breadcrumb improves clarity â noticeably speeding up everyday work.
Fluid 5 and modern templates. Cleaner templates, new ViewHelpers, and a more robust foundation for highâperformance projects.
Multilingual made manageable. The new guided translation workflow walks teams through translations step by step â ideal for international websites.
Futureâproof foundation. Over 2,000 improvements, a streamlined core, and modern standards â PHP 8.2+ is the recommended baseline.
Roadmap, that builds trust
TYPO3 v14 follows a transparent cycle:
- 14.0 (Breaking Changes) â 25.11.2025
- 14.1 (Feature Integration) â 20.01.2026
- 14.2 (Feature Freeze) â 31.03.2026
- 14.3 (LTS) â 21.04.2026. This means that the range of functions is frozen in good time and LTS offers the usual stability for productive use.
The last News in Typo3 v14
TYPO3 14: Camino, Content Restrictions, Site Sets & Fluid 5 â What Matters Most
TYPO3 v14 introduces the new default theme Camino, built-in content element restrictions per column, Site Sets for cleaner, reusable configuration, and Fluid 5 with stricter typing and changes to CDATA/namespace behavior. Result: faster starts, cleaner integrations, and fewer upgrade pitfalls.
Camino: The new default theme for rapid starts
With Camino, TYPO3 now ships an optional, encapsulated default theme that lets fresh installs display a working frontend in minutesâwithout thirdâparty dependencies and without fluid_styled_content. Camino provides multiple color schemes, configurable backend layouts (start page, content page, content + sidebar), and a globally inherited footer. You enable it per site via âSets for this Site.â
Quickstart & setup: The official quickstart walks you from installation through Camino configuration, including Composer commands and backend screenshots.
Note: Camino is completely optional and wonât interfere with existing setups; for Composer projects the package is typo3/theme-camino.
Content element restrictions: now core, no extension required
From TYPO3 v14.1 onwards, you can define per backend layout column (colPos) which content element types are allowed or disallowedâfor example, âsidebar only CTA,â âno headers in the footer.â Implemented via two new PageTS keys in backend layout definitions: allowedContentTypes (allowlist) and disallowedContentTypes (denylist). The new content wizard, edit forms, and move/copy operations all honor these rules. (Databaseâbased backend layouts canât configure these values yet; support is planned.)
Plugin headsâup: As of TYPO3 13.4, list_type plugins are deprecated and removed in v14. Migrate plugins to CType for proper restrictions and a clean UX (official guide + upgrade wizard).
Site Sets: modular, reusable configuration
Site Sets bundle TypoScript (setup/constants), PageTS, and site settings into clear, reusable packages. Theyâre activated per site as dependencies and replace many older include/record patternsâexcellent for multiâsite setups and agency standards.
Structure & definition: In Configuration/Sets/<YourSet>/ you define config.yaml (name/label/dependencies) plus settings.yaml, page.tsconfig, constants.typoscript, and setup.typoscript. Activation in the backend: Sites â [Site] â General â Sets for this Site. The core docs and community guides provide solid intros and migration tips.
Fluid 5: stricter types, new CDATA rules & namespace changes
Shipped with TYPO3 v14, Fluid 5 introduces a few changes that integrators and template authors should address:
1.) Stricter ViewHelper typing â Argument validation is tighter; tagâbased ViewHelpers now omit attributes whose value is null (instead of rendering attr=""). Audit attributes like alt, placeholder, class, etc.
2) No automatic namespace inheritance â ViewHelper namespaces are not inherited from templates to layouts/partials; declare them explicitly.
3) New CDATA semantics â Inside <![CDATA[ ... ]]>, {} is ignored; use {{{variable}}} for variables/ViewHelpers. For commenting out template code, prefer <f:comment>.
What this means for projects
New builds benefit from Camino (fast, dependencyâfree start) and Site Sets (standardized config).
- Existing sites should review Fluid templates (namespaces/CDATA/types) and migrate list_type â CType where needed; column restrictions can significantly improve editorial quality
Further reading
- Feature: Default Theme âCaminoâ (Changelog) â core docs.
- TYPO3 News: Introducing Camino â overview & screenshots.
- Quickstart v14 + Camino â stepâbyâstep guide.
- Content element restrictions per column (Changelog) â PageTS keys & event.
- Site Sets (Core docs) â definition, dependencies, API.
- Fluid 5 (Changelog 5.x & âStrict Typesâ breaking change) â technical details.
- Migration list_type â CType â official migration guide
Upgrade Pfad mit Ansage
The path from v13 to v14 is clearly documented.
Key point: scheduler tasks are migrated to a new format (make sure to run the upgrade wizard).
For production systems, it is recommended to start from the feature freeze phase (14.2) or go straight to 14.3 LTS once extensions have been widely updated.
What immediately inspires enthusiasm
- Fresh backend & better orientation. Modules have been renamed appropriately (e.g., Web â Content, Files â Media), and the new breadcrumb trail provides clarityâthis noticeably speeds up daily work.
- FluidâŻ5 & moderne Templates. Cleaner templates, new ViewHelpers, and a more robust foundation for high-performance projects.
- Multilingualism under control. The new guided translation workflow Guides teams step by step through translations â ideal for international appearances.
- Future-proof foundation. Over 2,000 improvements, a tidier core, and modern standards â PHPâŻ8.2+ is the recommended basis.
your Benefits on 2026
![[Translate to US:] TYPO3 Background [Translate to US:] TYPO3 Background](https://www.typo3-solutions.org/fileadmin/typo3-solutions/WEBP/Typo3/Typo3%20Background.webp)
With TYPO3 v14, youâre futureâproofing your platform for the coming years: faster editorial workflows,
a modern developer experience, and reliability thanks to a clear product roadmap. typo3âsolutions handles setup,
migration, and fineâtuning so your team can focus on content and growth.
Why choose typo3âsolutions?
typo3âsolutions begleitet dich vom ersten Konzept bis zum GoâLive â
- Quick start & clean architecture. We deliver v14 with a modern backend, Fluid 5, and clear content structuresâincluding setup for multilingualism and translation workflows.
- Performance without ballast. We enable server-side compression and concurrency instead of outdated concatenationâfor measurably better load times and stable deployments.
- Secure Migration & RoadmapâTiming. Upgrade wizards (e.g., scheduler), extension compatibility, tests on 14.2/14.3âall orchestrated so you can go live without risk.
- ContentâTeams relieve. We integrate v14âFeatures as Guided Translation and moderne Templates, Optional AI-powered tools for text suggestions and SEO tips.
- Transparent planning. With the v14 release plan, you have budget and milestone securityâwe work together to define project phases and deadlines.
integrations really matter â which kinds of integrations count here?
TYPO3 is cleaning up legacy features in a consistent way:
its own HTTP compression and asset concatenation are being removed,
because modern web servers (like Apache or nginx) handle these tasks more efficiently, and HTTP/2/3 multiplexing already scales parallel requests.
This reduces complexity and potential sources of errors in everyday use.