Breaking: #76285 - Popup configuration is moved to TYPO3.settings
See forge#76285
Description
The popup window configuration has been moved to TYPO3.
.
The following configuration options are not working anymore.
top.
TYPO3. configuration. RTEPopup Window. width top.
TYPO3. configuration. RTEPopup Window. height top.
TYPO3. configuration. Popup Window. width top.
TYPO3. configuration. Popup Window. 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.
toTYPO3. configuration. RTEPopup Window. width TYPO3.
settings. Textarea. RTEPopup Window. width top.
toTYPO3. configuration. RTEPopup Window. height TYPO3.
settings. Textarea. RTEPopup Window. height top.
toTYPO3. configuration. Popup Window. width TYPO3.
settings. Popup. Popup Window. width top.
toTYPO3. configuration. Popup Window. height TYPO3.
settings. Popup. Popup Window. height