TYPO3: enable frontend admin panel for backend user

raw

1-typoscript.ts

1
2
3
# normal typoscript
config.admPanel = 1
 
raw

2-usertsconfig.ts

1
2
3
4
5
6
#UserTS
admPanel {
  enable.all = 1
  hide = 0
}
 
Christian Weiske Christian Weiske
owner

History