---
title: "Breaking: #83124 - Remove stdWrap options space, spaceBefore, spaceAfter"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-83124"
source: "Changelog/9.0/Breaking-83124-RemoveStdWrapOptionsSpaceSpaceBeforeSpaceAfter.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 83124
forge: "https://forge.typo3.org/issues/83124"
tags: ["Frontend", "TypoScript", "PartiallyScanned"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Breaking: #83124 - Remove stdWrap options space, spaceBefore, spaceAfter {#breaking-83124}

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

## Description {#description}

The stdWrap options `space`, `spaceBefore`, `spaceAfter` are rarely used and should be better done completely by CSS.

## Impact {#impact}

The stdWrap options `space`, `spaceBefore`, `spaceAfter` do not work anymore. The following calls to `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer` will trigger an error:

-   `stdWrap_spaceBefore`
-   `stdWrap_spaceAfter`
-   `stdWrap_space`

## Affected Installations {#affected-installations}

Any instance using the stdWrap option `space`, `spaceBefore`, `spaceAfter` or calls to `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer` :

-   `stdWrap_spaceBefore`
-   `stdWrap_spaceAfter`
-   `stdWrap_space`

## Migration {#migration}

Use CSS or a wrap option of stdWrap.
