forked from jweiland-net/events2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_typoscript_setup.txt
47 lines (46 loc) · 1.08 KB
/
ext_typoscript_setup.txt
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
40
41
42
43
44
45
46
47
# Currently needed by FindSubCategories
events2AjaxResponse = PAGE
events2AjaxResponse {
typeNum = 1372255350
headerData >
config {
additionalHeaders = Cache-Control: no-cache, must-revalidate, max-age=0|Pragma: no-cache|Content-type:application/json
admPanel = 0
disableAllHeaderCode = 1
no_cache = 1
xhtml_cleaning = 0
}
10 = USER_INT
10 {
vendorName = JWeiland
extensionName = Events2
pluginName = Search
switchableControllerActions {
Ajax {
1 = callAjaxObject
}
}
settings =< plugin.tx_events2.settings
persistence =< plugin.tx_events2.persistence
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
}
}
# Remove that part while removing TYPO3 9 compatibility
config.tx_extbase {
persistence{
classes {
JWeiland\Events2\Domain\Model\Category {
mapping {
tableName = sys_category
}
}
JWeiland\Events2\Domain\Model\Event {
mapping {
columns {
detail_informations.mapOnProperty = detailInformation
}
}
}
}
}
}