Breaking: #76285 - Popup configuration is moved to TYPO3.settings

See forge#76285

Description

The popup window configuration has been moved to TYPO3.settings.

The following configuration options are not working anymore.

  • top.TYPO3.configuration.RTEPopupWindow.width

  • top.TYPO3.configuration.RTEPopupWindow.height

  • top.TYPO3.configuration.PopupWindow.width

  • top.TYPO3.configuration.PopupWindow.height

Impact

Width and height are not set correctly anymore in JavaScript context.

Affected Installations

Extensions that use one of the mentioned configurations.

Migration

The migration can be done with the following replacements.

  • top.TYPO3.configuration.RTEPopupWindow.width to TYPO3.settings.Textarea.RTEPopupWindow.width

  • top.TYPO3.configuration.RTEPopupWindow.height to TYPO3.settings.Textarea.RTEPopupWindow.height

  • top.TYPO3.configuration.PopupWindow.width to TYPO3.settings.Popup.PopupWindow.width

  • top.TYPO3.configuration.PopupWindow.height to TYPO3.settings.Popup.PopupWindow.height