workshop-typo3/localPackages/sitepackage/Configuration/TypoScript
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
..
Setup Enable admin panel 2023-02-21 08:17:44 +01:00
constants.typoscript Add custom content element 2023-02-15 10:30:25 +01:00
setup.typoscript Replace custom rendering by system extension fluid_styled_content 2023-02-15 10:29:54 +01:00