workshop-typo3/localPackages/sitepackage/Configuration
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
..
PageTSconfig Reduce input fields in Backend 2023-02-21 07:57:27 +01:00
TCA/Overrides Add custom content element 2023-02-15 10:30:25 +01:00
TypoScript Enable admin panel 2023-02-21 08:17:44 +01:00