forked from in2code-de/femanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_typoscript_setup.typoscript
More file actions
39 lines (37 loc) · 950 Bytes
/
ext_typoscript_setup.typoscript
File metadata and controls
39 lines (37 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Backend Module
module.tx_femanager {
view {
templateRootPath = EXT:femanager/Resources/Private/Templates/
partialRootPath = EXT:femanager/Resources/Private/Partials/
layoutRootPath = EXT:femanager/Resources/Private/Layouts/
}
settings {
configPID = 1
}
}
##################################################
# Page for backend module Login as function via JS
##################################################
feManagerLoginAs = PAGE
feManagerLoginAs {
typeNum = 1548943013
config {
no_cache = 1
#disableAllHeaderCode = 1
#disablePrefixComment = 1
xhtml_cleaning = 0
admPanel = 0
debug = 0
}
10 = USER
10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = Femanager
pluginName = Pi1
vendorName = In2code
controller = User
action = loginAs
switchableControllerActions.User.1 = loginAs
features.requireCHashArgumentForActionArguments = 0
}
}