---
title: Tailor Workspaces to match your workflow in TYPO3 v11
url: "https://b13.com/knowledge/workspaces-improvements"
description: "Performance and usability! Administrators and editors all benefit from the enhancements to the Workspaces module in TYPO3 v11."
image: "https://b13.com/fileadmin/_processed_/2/3/csm_workspaces_191-1_31ec79c6b5.png"
date: 2022-07-01
modified: 2026-08-19
lastUpdated: 2026-08-19
---

# Tailor Workspaces to match your workflow in TYPO3 v11

[ Workspaces ](https://b13.com/knowledge/workspaces) [ TYPO3 ](https://b13.com/knowledge/typo3) [ TYPO3 v11 ](https://b13.com/knowledge/typo3-v11) [ Open Source ](https://b13.com/knowledge/open-source) [ Performance ](https://b13.com/knowledge/performance)

 Workspaces Improvements
=========================

 Create, stage and review your content with ease

![](https://b13.com/fileadmin/_processed_/c/6/csm_benni_5e519221c4.jpg)Benni Mack

  01 July 2022

 [ RSS Feed ](https://b13.com/rss.xml)

  ![A computer monitor displays a starburst design, surrounded by stylized plants and a desk lamp, all set against a warm, gradient background with abstract shapes.](https://b13.com/fileadmin/_processed_/d/e/csm_workspaces_97eea4cfc7.webp)

One of TYPO3’s powerful features for content publishing is Workspaces—creating and staging in a draft environment before publishing content. TYPO3 v11 adds a few important touches to this functionality, making it even more powerful—for both developers and editors.

  This post is part of our TYPO3 Version 11 Series. We’re shining a spotlight on some of the really useful features in version 11 and why you should upgrade.

- [Link Sharing in TYPO3 v11](https://b13.com/knowledge/link-sharing-in-typo3-v11)
- [Direct Downloads of Assets and Media](https://b13.com/knowledge/direct-downloads-assets-and-media)
- [New CLI commands and better automation for Continuous Integration](https://b13.com/knowledge/new-cli-commands-better-automation-for-continuous-integration)
- [Resizable Navigation Area in TYPO3](https://b13.com/knowledge/resizable-navigation-area-in-typo3)
- [Multi-factor authentication ](https://b13.com/knowledge/multi-factor-authentication-in-typo3-11)
- [Search & Filter for Folders and Assets](https://b13.com/knowledge/search-filter-for-folders-and-assets)
- [Limit allowed attempts for logins in TYPO3 v11 ](https://b13.com/knowledge/limit-allowed-attempts-for-logins-in-typo3-v11)
- [Show Columns Selector in List View and File List View](https://b13.com/knowledge/show-columns-selector-in-list-view-and-file-list-view)
- [Multi Record Selection](https://b13.com/knowledge/multi-record-selection)
- [Keyboard Navigation for Module Menu & Context Menu](https://b13.com/knowledge/keyboard-navigation-for-module-menu-context-menu)
- **[Workspaces Improvements](https://b13.com/knowledge/workspaces-improvements)**
- [Consistent UX makes selecting items more intuitive](https://b13.com/knowledge/consistent-ux-makes-selecting-items-more-intuitive)
- [New TCA types in TYPO3 version 11](https://b13.com/knowledge/new-tca-types-in-typo3-version-11)

   Performance and visual refresh
--------------------------------

The Workspaces backend module has undergone various technical and UX enhancements in version 11. The module itself now loads much faster (and shows an accurate loading status!) The modules‘ look and feel is now much more consistent with the rest of TYPO3’s Backend interface. The user interface is now more intuitive. Administrators, and others who are getting to know Workspaces, can easily create a new workspace right away from the top bar within the module.

Rather than sticking with one simple draft workspace, it is now much more fun and easy to use multiple workspaces with custom stages for content workflow. You can really make this feature support your current editorial process.

  ![TYPO3 v10 Workspaces Module](https://b13.com/fileadmin/_processed_/8/9/csm_TYPO3_v10_Workspaces_Module_3fce2977ea.webp)  TYPO3 v10 Workspaces Module

  ![TYPO3 v11 Workspaces Module](https://b13.com/fileadmin/_processed_/4/2/csm_TYPO3_v11_Workspaces_Module_134c91091a.webp)  TYPO3 v11 Workspaces Module

   Filtering by Stage
--------------------

The backend module has always allowed you to filter staged content by language, workspace and Page Tree Level, but TYPO3 v11 brings a long-awaited feature: filtering by stage. For example, editors can choose only to display content that is “Ready to publish” (Yes, that’s the name of a built-in Workspaces Stage), and then continue to review these items; or to publish them directly to the live website. The new dropdown is automatically populated with available stages for the specific workspace. This makes it really convenient for editors to remove the clutter when working with lots of content.

  ![TYPO3 v11 Workspaces Filter](https://b13.com/fileadmin/_processed_/5/2/csm_TYPO3_v11_Workspaces_Filter_a683d7af71.webp)  TYPO3 v11 Workspaces Filter

    ![TYPO3 v11 Workspaces Source Code](https://b13.com/fileadmin/_processed_/6/3/csm_TYPO3_v11_Workspaces_Source_Code_v2_1eb3bd2950.webp) [  ](https://b13.com/fileadmin/Blog/typo3v11/Workspaces_improvement/TYPO3_v11_Workspaces_Source_Code_v2.png)

  TYPO3 v11 Workspaces Source Code

 Technical changes—invisible but important
-------------------------------------------

Technically, TYPO3’s Workspaces feature works with pairs of content entries in your data storage: a live version and a “versioned” (modified) record. When working with newly created content in a workspace, or when content is moved to a different page, some special cases kick in—and things can get complicated. In version 11, these special cases have been drastically simplified. What effect does this change have for an editor? None.

What effect does this change have for developers? A lot, but in a good way! The change reduces complexity within TYPO3’s code base itself, and therefore, in your database. With this change, over 50+ issues within the Workspaces feature were solved, because the underlying concepts now allow for more edge-cases within custom plugins.

  We at b13 depend heavily on Workspaces (in fact, this blog post is written within a Workspace)! So we’re excited that Workspaces keep getting better with each new TYPO3 major version.

Our very own Benni Mack explains about the power of Workspaces over on the TYPO3.org blog: Workspaces—[One of TYPO3’s Most Underused Features](https://typo3.org/article/workspaces-one-of-typo3s-most-underused-features). You can also check out David Steeb’s deep-dive into Workspaces in his article: [Powerful Content Staging in TYPO3 with Workspaces](https://b13.com/blog/typo3-workspaces-content-staging).

   Curious about how you can implement Workspaces in your project?
-----------------------------------------------------------------

We can help you configure the TYPO3 Workspaces to mirror your current process and workflow—helping you work smarter.

 [ Let’s Connect ](https://b13.com/lets-connect)

  ###  Written by:

 ![Bild von Benni Mack](https://b13.com/fileadmin/_processed_/c/6/csm_benni_66cce9a81f.webp)

b13 co-founder and TYPO3 CMS Core Development Lead, Benni Mack, heads our technical practices, setup and maintenance of our technical infrastructure, and coordinates our open-source contribution. His essential tool: TYPO3

 Benni Mack  CTO

 [ more from Benni Mack ](https://b13.com/team/benni-mack)

  Related Articles
------------------

- ![A purple graphic featuring a smartphone icon with three horizontal bars, surrounded by illustrations of vintage telephones.](https://b13.com/fileadmin/_processed_/2/5/csm_EXTphonenumber_Headerbild_93d5de1696.webp)

    ###  Clean Phone Numbers in TYPO3: Why We Built EXT:phone\_number

     11 August 2026 | David Steeb

     TYPO3 stores phone numbers as tel: links, but doesn’t format them for output. Meet EXT:phone\_number, a Fluid ViewHelper for clean, consistent numbers.

     [ Read more: Clean Phone Numbers in TYPO3: Why We Built EXT:phone\_number ](https://b13.com/knowledge/clean-phone-numbers-in-typo3)
- ![Cartoon trophy character surrounded by hands giving thumbs up and a heart gesture, set against a gear-patterned background.](https://b13.com/fileadmin/_processed_/f/7/csm_T3ppy_Design_Kit_Headerbild_b51eb9dc31.webp)

    ###  T3ppy Gives TYPO3 a Friendly Face

     06 August 2026 | Florian “Flix” Keitgen

     TYPO3 is powerful—but it doesn’t have to feel impersonal. Meet T3ppy, our friendly companion for the backend.

     [ Read more: T3ppy Gives TYPO3 a Friendly Face ](https://b13.com/knowledge/t3ppy-design-kit)
- ![Gavel labeled "AI" on a circuit-patterned background with yellow stars, symbolizing regulation or legislation related to artificial intelligence in the EU.](https://b13.com/fileadmin/_processed_/1/0/csm_EUAIAct_Headerbild_510724b3de.webp)

    ###  AI Content in TYPO3: Labelling Needs Accountability

     02 August 2026 | Benni Mack

     The EU AI Act brings the origins of AI-generated content into focus. AI Label marks AI-generated and AI-edited content in TYPO3 and records who signed off the published version—for…

     [ Read more: AI Content in TYPO3: Labelling Needs Accountability ](https://b13.com/knowledge/ai-content-in-typo3-labelling-needs-accountability)
- ![Hands holding puzzle pieces are positioned around a partially completed puzzle depicting a computer interface.](https://b13.com/fileadmin/_processed_/d/7/csm_StopBuyingPlatforms_Headerbild_8a41a82f8a.webp)

    ###  Stop Buying Platforms. Start Building Ecosystems.

     09 June 2026 | David Steeb

     The first TYPO3 Summit North America opened with a keynote that reframes how enterprise teams should think about content management—from platforms to ecosystems, from vendor…

     [ Read more: Stop Buying Platforms. Start Building Ecosystems. ](https://b13.com/knowledge/stop-buying-platforms-start-building-ecosystems)
- ![Colorful fish illustrations surround a central logo that reads "TYPO3 Summit.](https://b13.com/fileadmin/_processed_/4/3/csm_NorthAmericaSummit_Headerbild_5fbbbbb529.webp)

    ###  Notes from Atlanta—What the First TYPO3 Summit North America Says About the Next Decade of Enterprise CMS

     22 May 2026 | David Steeb

     Field report from the first TYPO3 Summit North America in Atlanta. On governance that can’t be acquired, predictable seven-year lifecycles, the FAIR distribution layer, and why the…

     [ Read more: Notes from Atlanta—What the First TYPO3 Summit North America Says About the Next Decade of Enterprise CMS ](https://b13.com/knowledge/atlanta-typo3-summit-north-america-enterprise-cms)
- ![A series of stylized figures in various poses, each with a distinctive orange hat, depict a progression from walking to standing still while looking at a phone, set against a purple grid background.](https://b13.com/fileadmin/_processed_/d/7/csm_QueuesDDEV_Headerbild_f640931350.webp)

    ###  Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3

     10 April 2024 | Jochen Roth

     When built-in message transports hit their limits, RabbitMQ can provide TYPO3 with a scalable, robust message queue.

     [ Read more: Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3 ](https://b13.com/knowledge/better-scalability-with-decoupled-queues-how-to-set-up-rabbitmq-with-typo3)
- ![A rocket labeled "V14" launches into the sky, surrounded by a group of people celebrating with raised arms.](https://b13.com/fileadmin/_processed_/3/d/csm_v14_Celebration_Headerbild_3d4170fdc5.webp)

    ###  Happy Release Day TYPO3 v14: Why This Release Shows the True Strength of Open Source

     21 April 2026 | Florian “Flix” Keitgen

     TYPO3 v14 improves workflows for editors, marketing teams, and developers—and shows how community-driven open source creates real impact.

     [ Read more: Happy Release Day TYPO3 v14: Why This Release Shows the True Strength of Open Source ](https://b13.com/knowledge/happy-release-day-typo3-v14-why-this-release-shows-the-true-strength-of-open-source)
- ![A cartoon character resembling a shield gives a thumbs up in front of a computer interface with various menu options.](https://b13.com/fileadmin/_processed_/e/6/csm_Header_cda1f80173.webp)

    ###  Meet T3ppy: A New Era for Editorial Work in TYPO3

     01 April 2026 | Florian “Flix” Keitgen

     T3ppy and the AiM extension bring AI directly into the TYPO3 backend—enhancing SEO, content quality, and workflows with centralized control.

     [ Read more: Meet T3ppy: A New Era for Editorial Work in TYPO3 ](https://b13.com/knowledge/meet-t3ppy-a-new-era-for-editorial-work-in-typo3)
- ![Four file folders displaying a bar graph with orange bars, set against a light blue background with abstract document outlines.](https://b13.com/fileadmin/_processed_/7/2/csm_PageInfoTabs_Headerbild_1e3eda44e5.webp)

    ###  Taming the Page Module Header—Why We Built EXT:page\_info\_tabs

     31 March 2026 | David Steeb

     When multiple TYPO3 extensions add content to the page module header, things quickly become messy. EXT:page\_info\_tabs structures everything into clean Bootstrap tabs, with zero…

     [ Read more: Taming the Page Module Header—Why We Built EXT:page\_info\_tabs ](https://b13.com/knowledge/taming-the-page-module-header-why-we-built-extpage-info-tabs)
- ![Retro microphone illustration with a shopping cart icon in the background, symbolizing e-commerce or online shopping.](https://b13.com/fileadmin/_processed_/f/8/csm_Marketplace_Headerbild_ee1575614c.webp)

    ###  Why TYPO3 Needs a Marketplace for Products

     25 March 2026 | Florian “Flix” Keitgen

     A marketplace would make TYPO3 products more discoverable, easier to compare, and benefit both agencies and clients alike.

     [ Read more: Why TYPO3 Needs a Marketplace for Products ](https://b13.com/knowledge/why-typo3-needs-a-marketplace-for-products)