07.05.2026

Reading time: 10 minutes.

TYPO3 v14 LTS: The next generation of the enterprise CMS in detail

Graphic showing the backend of the TYPO3 CMS in green, black and white

In this blogpost

With the release of TYPO3 v14 LTS (“The Next Generation”), the TYPO3 Association is setting a new gold standard for open-source content management systems. Following an intensive development phase, version 14 is a powerhouse that has not only been visually modernised but also offers radical improvements under the bonnet in terms of performance, security and usability. In this article, you will learn all about the most important new features and why a TYPO3 upgrade makes sense for businesses right now.

1. A completely reimagined backend experience

The TYPO3 backend has undergone a comprehensive overhaul. The aim: maximum consistency and intuitive usability.

  • Modern design & navigation:
    The interface looks significantly fresher thanks to rounded corners, a new icon set and a standardised top bar. The left-hand module bar has been restructured based on user feedback, and terminology has been aligned with industry standards (such as Digital Asset Management).
  • The new DocHeader:
    The header area of the modules (DocHeader) now features interactive breadcrumb navigation. This makes it much easier to find your way around deep page trees. In addition, common actions such as saving, closing or creating bookmarks are now consistently accessible across all modules. 
  • Custom dashboards:
    Two new widgets improve the overview: the ‘Recently opened documents’ widget allows direct access to current work, whilst the login widget shows administrators who was last active in the system.
Screenshot of the TYPO3 v14 LTS backend user interface
Screenshot TYPO3 v14 LTS | Dashboards

2. Focus on efficiency: Context Panel and Wizards

TYPO3 v14 LTS puts an end to unnecessary page reloads and time-consuming searches.

  • The Context Panel:
    This is a huge improvement for editorial work in the backend. When editing content elements or page properties, a panel now opens from the right-hand side, whilst the page remains visible in the background. This saves time and ensures that the editor remains within the current context of the activity.
  • Guided wizards:
    Whether creating new pages or setting up scheduler tasks, new wizards guide the user step by step through the process. This reduces the error rate and makes the system significantly more accessible to new staff.

Screenshot TYPO3 v14 LTS | Context panel

3. A centralised bookmark manager 

In older versions of TYPO3, the bookmarks feature was available as shortcuts. When you open the Bookmarks module, a window appears showing the most recently created bookmarks. The new Bookmarks Manager can be accessed from there. Users can organise bookmarks into groups or use cases. This makes work easier, particularly when carrying out repetitive tasks.

Screenshot TYPO3 v14 LTS | Bookmarks

4. Camino: the frontend for immediate use 

For a long time, getting a new TYPO3 project off the ground was a daunting task for beginners. The new standard theme, ‘Camino’, changes all that.

  • Ready to use out of the box:
    Camino is a fully standalone theme that demonstrates how modern TYPO3 works without relying on third-party extensions (such as Fluid Styled Content).
  • Flexibility:
    It offers various colour schemes as well as configurable navigation and footer layouts. Editors have access to several predefined content elements, allowing them to start building the website straight away.
  • Standalone yet fully integrated:
    Camino is available as a standalone extension and does not cause any conflicts with existing TYPO3 projects looking to upgrade to v14. Camino is enabled by default for new installations; for existing ones, the extension is disabled.
Screenshot TYPO3 v14 LTS | Camino options
Screenshot TYPO3 v14 LTS | Camino theme

5. Newly Integrated Tools: QR Codes & Short URLs

Two further very popular tools are available in TYPO3.

  • QR Code Module:
    Create QR codes for your websites in no time at all. As these are based on TYPO3’s redirect system, you can change the code’s destination at any time without having to adjust the printed code (e.g. on a flyer).
  • Short URL Manager:
    Create ‘descriptive’ short links for campaigns (e.g. dkd.de/t3-14lst). Includes click statistics, SSL enforcement and automatic expiry dates.
  • Content Type Usage Report:
    A detailed list of all content and its usage is available to editors. This is particularly important for large TYPO3 installations. It allows content to be ‘tidied up’ in a structured manner and without risk, ensuring it is always kept up to date. This helps to reduce technical or editorial debt.
Screenshot TYPO3 v14 LTS | New shortcut
Screenshot TYPO3 v14 LTS | QR Codes

6. Guided Translation Workflow – A system-integrated wizard for translating content

When translating content, editors are now guided through the process by a new wizard. This makes working in the backend even easier and reduces the likelihood of errors.

Good to know: the Wizard is highly extensible, allowing developers to easily integrate their own translation functions or other services such as AI.

Screenshot TYPO3 v14 LTS | Guided translations

7. The Form Framework: More Flexible and Powerful

The form system has been significantly expanded for the LTS release:

  • Multi-file upload:
    Users can finally upload multiple files in a single field.
  • Backend configuration:
    Editors can now customise email notifications directly in the backend without needing any knowledge of HTML or Fluid.
  • Database storage:
    The switch from YAML files to database storage simplifies the management of forms in modern cloud infrastructures and deployment scenarios.

8. Technical Milestones

Developers can look forward to a cleaner codebase and modern standards.

  • Fluid v5.3:
    The template engine is now more flexible regarding filenames (.fluid.html or .fluid.txt) and offers full CDATA support for inline CSS and JavaScript. This reduces conflicts with the Fluid syntax. New ViewHelpers simplify the output of metadata and responsive images.
  • Symfony Translation:
    By switching to the Symfony translation component,TYPO3 now supports XLIFF 2.x and provides a significantly more modern foundation for multilingual projects. fluid:analyze CLI – enables early checking of Fluid templates for errors.
  • System Resource API:
    A central entry point for accessing all resources (extensions, FAL, cloud storage), making development more secure and consistent.
  • Database Results Pagination:
    More efficient rendering of entries from the database via the QueryBuilderPaginator
  • Konsistente Basis für Extensions:
    The creation of extensions has been standardised and modernised. Every extension now requires a valid composer.json file. Ext_emconf.php is therefore no longer necessary (all information is now contained in composer.json)
  • Additional optimisations
    • Symfony validators:
      Validation can now be defined directly on domain models and controller methods using constraints as attributes – without having to write custom logic. This ensures greater consistency and improved maintainability. https://symfony.com/doc/current/validation.html
    • SQL function expressions in ORDER BY:
      Extbase offers a fluent API with methods such as orderBy(), concat(), trim() and coalesce(), which provide greater control and flexibility for database queries.
    • #[Authorize] attribute:
      Access controls can now be defined directly within controller actions, e.g. to check for logged-in users or group memberships – clean and maintainable.
    • #[RateLimit] attribute:
      Protects the application from abuse by limiting the frequency of calls to individual actions per time period – based on the client’s IP address and Symfony’s RateLimiter component. Particularly useful for forms, logins and resource-intensive endpoints.
  • Exception Handler:
    Stack traces are displayed more clearly and show the exact source of the error, one-click copying of file paths, more context and navigation options.

9. Hosting and DevOps

TYPO3 v14 LTS introduces smarter and more flexible session management for the Install Tool – with built-in support for Redis.
In previous versions, Install Tool sessions were always stored as local files, which could cause issues in multi-server environments or containerised setups. Sessions can now be stored in a shared system such as Redis or in a custom location, making them reliable across multiple servers and simplifying modern deployment scenarios vereinfacht. Auch die Redis-Integration ist sicherer geworden.

TYPO3 now supports username and password authentication when connecting to a Redis server. This corresponds to the authentication model introduced in Redis version 6 and strengthens the security of your infrastructure. Automating deployments and script-driven installations is easier than ever. The password hash for the Install Tool can now be generated directly via the TYPO3 command line (CLI), eliminating the need for manual file editing. This command works in both interactive and unattended modes and simplifies workflows when setting up new TYPO3 environments or updating existing ones.

Another key improvement is the full integration of the Install Tool into TYPO3’s backend routing system. The standalone file **typo3/install.php** is no longer required, which also means that Composer-based installations no longer need the **typo3/** folder. Existing setups remain fully compatible, so administrators do not need to make any changes whilst benefiting from a leaner, more modern architecture.

10. Long-term security and requirements

TYPO3 v14 LTS is built for the future and comes with the following system requirements.

  • PHP support:
    PHP 8.2, 8.3, 8.4 and 8.5 are supported.
    (Just as with TYPO3 v12 and v13) 
  • Support period:
    As an LTS version, it offers bug fixes until 31st December 2027 and security updates until 30th June 2029. Organisations will therefore receive free maintenance updates for the version for over three years.

A powerful CMS for ambitious projects

TYPO3 v14 LTS is more than just an update.
It redefines what an enterprise CMS is capable of. With a focus on user experience, integrated marketing features and a modern technical architecture, it is the ideal platform for ambitious web projects.

Source: get.typo3.org

Is your TYPO3 instance ready for v14 LTS?


Write comment

* These fields are required

Comments

No Comments