neos / redirecthandler-ui
This package provides a backend module to manage Neos.RedirectHandler redirects
Fund package maintenance!
shop.neos.io/neosfunding
Installs: 436 943
Dependents: 7
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 14
Open Issues: 14
Language:TypeScript
Type:neos-package
Requires
- php: >= 8.2
- ext-json: *
- neos/neos: ~9.0 || dev-master
- neos/redirecthandler: ~6.0 || dev-main
Replaces
This package is auto-updated.
Last update: 2024-10-23 17:27:32 UTC
README
This package provides a backend module to manage Neos.RedirectHandler redirects which are stored in Neos.RedirectHandler.DatabaseStorage.
Compatibility and Maintenance
This package is compatible with Neos 4.3, 5.x, 7.x and will be maintained for upcoming versions.
Installation
-
Run the following command in your site package:
composer require neos/redirecthandler-ui --no-update
-
If you don't have dependencies for the other redirect packages yet you should also run the following command:
composer require neos/redirecthandler-neosadapter neos/redirecthandler-databasestorage --no-update
-
Run
composer update
in your projects root folder. -
Then you can add the
RedirectAdministrator
role to the users who need access to the new backend module.
Screenshots
Listing and editing redirects:
Search & filter redirects:
Documentation
This package belongs to a group of packages which provides redirect functionality to the Flow Framework and to Neos. Therefore you can find the documentation regarding Neos here.
Contributing
Please create issues on Github if you encounter bugs or other issues.
Working on the code
The basis of the backend module is built with Fusion and the UI for managing the redirects is built with React and Typescript.
Recompiling the js and css parts
- Use nvm so you have the correct npm version.
- Run
yarn
in the package folder. - Run
yarn watch
during development oryarn build
for a new release.
License
See the License.