Revision 641075e2d109a3f7474f31ffac3daaa2597bbac4

Committed on 06/01/2021 7:38 am by JAC - Frederic Bauer <frederic.bauer@jac-systeme.de> [GitHub Diff]

Commit concerns issues #5 and #6 ,#8 and #9

PHP:

- ProcessedConfigOutputCommand.php: Added this new console command to enable the processed config to also be accessed via the console and not only the frontend of the bundle

- ConfigProcessController.php: Added the environmental parameters view route and controller action and fixed bug with the bundle config not working properly, when the favourites feature was turned off

- CJWConfigProcessorExtension.php and Configuration.php: Added new configuration for the environmental variable display

- LeftSideBarMenuBuilder.php: Added new left sidebar button to access the dedicated env view

- CustomParamProcessor.php: Added setter for the active site accesses to filter for to allow more dynamic work with the processor

Config:

- routing.yaml and services.yml: Added the env view as route and the console command as a service

Documentation:

Updates to the documentation across the board for more readability and more detailed information. Also added documentation for the new view

CSS:

- parameter_display.css: Small tweak for better display of inline values

Twig:

- param_view_environment.html.twig: Added dedicated template for env parameters view