Task #68881
closedAdd backend routes for wizards (part 2)
100%
Description
Move all wizards to the Backend Routing.
Do not use the module registration for wizards in ext_tables.php
Use Configuration/Backend/Routes.php instead.
Instructions for testing the routings:
colorpicker wizard
------------------
To test colorpicker follow these steps:
- install introduction package
- create a bootstrap carousel element
- create a carousel item
- The wizard is located beside the "Text color" field
- Open the wizard. The route should now be visible in the location of the wizard window.
BackendLayout wizard
--------------------
- create a backend layout record per list view
- The wizard is located beside the field "Config"
- Open the wizard. The route should now be visible in the location of the wizard window.
Table wizard
------------
- create a content element of type "Table"
- save it
- go to tab "Table"
- The wizard is located beside the field "Text"
- Have a look at the href-attribute of the wizard link. The route should be visible there.
RTE wirzard
-----------
- create a text element and save it
- The wizard is located beside the RTE for field "Text" (Fullscreen Rich Text Editing)
- Have a look at the href-attribute of the wizard link. The route should be visible there.