forked from matoilic/t3chimp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_typoscript_setup.txt
60 lines (54 loc) · 1.38 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
48
49
50
51
52
53
54
55
56
57
58
59
60
config.tx_extbase {
persistence {
enableAutomaticCacheClearing = 1
updateReferenceIndex = 0
classes {
MatoIlic\T3Chimp\Domain\Model\FrontendUser {
mapping {
tableName = fe_users
}
}
}
}
}
plugin.tx_t3chimp {
ajax = PAGE
ajax {
config {
disableAllHeaderCode = 1
disablePrefixComment = 1
xhtml_cleaning = 0
admPanel = 0
no_cache = 1
additionalHeaders = Content-type:application/json
metaCharset = utf-8
}
}
settings {
countryLists = EXT:t3chimp/Resources/Private/Language/Countries
apiKey = {$plugin.tx_t3chimp.settings.apiKey}
}
}
[browser = msie]||[useragent = Trident]
plugin.tx_t3chimp.ajax.config.additionalHeaders = Content-type:text/plain
[global]
tx_t3chimp_subscriptions_ajax_page < plugin.tx_t3chimp.ajax
tx_t3chimp_subscriptions_ajax_page {
typeNum = 1296728024
10 = USER_INT
10 {
userFunc = MatoIlic\T3Chimp\Core\Bootstrap->run
vendorName = MatoIlic
extensionName = T3chimp
pluginName = subscription
settings < plugin.tx_t3chimp.settings
persistence < plugin.tx_t3chimp.persistence
view < plugin.tx_t3chimp.view
update < plugin.tx_t3chimp.update
switchableControllerActions {
Subscriptions {
1 = process
}
}
}
}