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
    }
This commit is contained in:
Daniel Siepmann 2023-02-21 08:17:44 +01:00
parent d09dfa4ef7
commit c4f5fe10bd
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -6,6 +6,7 @@ page {
config {
compressCss = 1
concatenateCss = 1
admPanel = 1
}
includeCSSLibs {