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:
parent
d09dfa4ef7
commit
c4f5fe10bd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ page {
|
|||
config {
|
||||
compressCss = 1
|
||||
concatenateCss = 1
|
||||
admPanel = 1
|
||||
}
|
||||
|
||||
includeCSSLibs {
|
||||
|
|
Loading…
Reference in a new issue