forked from TYPO3-svn-archive/pbsurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_typoscript_setup.txt
39 lines (33 loc) · 1.2 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
plugin.tx_pbsurvey_pi1{
templateFile = {$plugin.tx_pbsurvey_pi1.templateFile}
pid = {$plugin.tx_pbsurvey_pi1.pid}
accessLevel = {$plugin.tx_pbsurvey_pi1.accessLevel}
maximumResponses = {$plugin.tx_pbsurvey_pi1.maximumResponses}
userResponses = {$plugin.tx_pbsurvey_pi1.userResponses}
daysForUpdate = {$plugin.tx_pbsurvey_pi1.daysForUpdate}
validation = {$plugin.tx_pbsurvey_pi1.validation}
anonymous {
mode = {$plugin.tx_pbsurvey_pi1.anonymous.mode}
cookie_lifetime = {$plugin.tx_pbsurvey_pi1.anonymous.cookie_lifetime}
}
security {
captcha = {$plugin.tx_pbsurvey_pi1.security.captcha}
}
completion {
action = {$plugin.tx_pbsurvey_pi1.completion.action}
redirectPid = {$plugin.tx_pbsurvey_pi1.completion.redirectPid}
button {
close = {$plugin.tx_pbsurvey_pi1.completion.button.close}
continue = {$plugin.tx_pbsurvey_pi1.completion.button.continue}
}
}
navigation {
back = {$plugin.tx_pbsurvey_pi1.navigation.back}
cancel = {$plugin.tx_pbsurvey_pi1.navigation.cancel}
cancelPid = {$plugin.tx_pbsurvey_pi1.navigation.cancelPid}
}
numbering {
page = {$plugin.tx_pbsurvey_pi1.numbering.page}
question = {$plugin.tx_pbsurvey_pi1.numbering.question}
}
}