neos / redirecthandler-ui

This package provides a backend module to manage Neos.RedirectHandler redirects which are stored in Neos.RedirectHandler.DatabaseStorage.
GNU General Public License v3.0
13 stars 14 forks source link

Create compatibility layer for JavaScript API window.Typo3Neos #84

Closed markusguenther closed 2 years ago

markusguenther commented 2 years ago

Since Neos 7.1 window.Typo3Neos is deprecated and in Neos 8.0 the API is gone and needs the replacement window.NeosCMS. As we had the compatibility layer in Neos before, we need that now in the RedirectHandler UI itself to be able to use the same JS code in all supported Neos versions.

markusguenther commented 2 years ago

The Neos PR