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

See forge#83124

Description

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

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

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

  • stdWrap_spaceBefore

  • stdWrap_spaceAfter

  • stdWrap_space

Migration

Use CSS or a wrap option of stdWrap.