---
title: "Feature: #108842 - Add badge for slide mode in Layout module"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-108842-1770128495"
source: "Changelog/14.2/Feature-108842-AddBadgeForSlideModeInLayoutModule.rst"
typo3-version: "14.2"
typo3-major: 14
type: "feature"
issue: 108842
forge: "https://forge.typo3.org/issues/108842"
tags: ["Backend", "ext:backend", "ext:workspaces"]
rendered: "2026-09-23T16:35:56+00:00"
---

# Feature: #108842 - Add badge for slide mode in Layout module {#feature-108842-1770128495}

See [forge#108842](https://forge.typo3.org/issues/108842)

## Description {#description}

This feature introduces a visual badge in the **Content > Layout** module to
indicate when slide mode is active. The badge is a clear indicator for
editors, enhancing the user experience by providing immediate feedback on the
current mode of operation.

Each slide mode has a corresponding badge and description text:

-   For `slideMode = none`, no badge is shown.
-   For `slideMode = slide`, a badge with the text "Slide" is shown, but only
    if there are no content elements on the current page.
-   For `slideMode = collect`, a badge with the text "Collect" is shown.
-   For `slideMode = collectReverse`, a badge with the text "CollectReverse"
    is shown.
