workshop-typo3/localPackages/sitepackage
Daniel Siepmann c4f5fe10bd
Enable admin panel
It is already installed, but not enabled.
Also enable for none admin users:

    // See: https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/Configuration/Index.html
    // admPanel.enable.all = 1
    admPanel.enable {
        preview = 1
        cache = 1
    }
2023-02-21 08:17:44 +01:00
..
Configuration Enable admin panel 2023-02-21 08:17:44 +01:00
Resources Add image to pages 2023-02-21 08:04:28 +01:00
composer.json INITIAL Installation 2023-02-15 10:29:51 +01:00