forked from xima-media/xm_formcycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
18 lines (13 loc) · 1.71 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TSConstantEditor.basic {
description = <script>var selElem = document.getElementsByTagName('input');for ( var i = 0; i < selElem.length; i++ ) { var fcPwdElem = selElem[i].name; if(null != fcPwdElem){ if (fcPwdElem.match(/(^|[\W_])formCyclePass([\W_]|$)/)) selElem[i].type = 'password';}} </script><br><span style="padding:1px 2px; color:red; font-weight:bold;">No FormCycle Cloud account? Get here:</span> <a href="http://www.formcloud.de/" target="_blank">http://www.form.cloud/</a><br/><br/><span style="padding:1px 2px; color:red; font-weight:bold;">Show video: </span><a href="http://help.formcycle.eu/xwiki/bin/view/CMS+Extension/Typo3+Extension" target="_blank">http://help.formcycle.eu/xwiki/bin/view/CMS+Extension/Typo3+Extension</a><br/><br/><span style="padding:1px 2px; color:red; font-weight:bold;">Get help: </span><a href="http://help.formcycle.eu/xwiki/bin/view/CMS+Extension/Typo3+Extension" target="_blank">http://help.formcycle.eu/xwiki/bin/view/CMS+Extension/Typo3+Extension</a>
}
# cat=basic//100; type=string; label=XIMA FORMCYCLE Server URL (required) :e.g. https://pro.formcloud.de/formcycle
formCycleUrl =
# cat=basic//100; type=string; label=XIMA FORMCYCLE Frontend Server URL (optional) :e.g. https://pro.formcloud.de/formcycle
formCycleFrontendUrl =
# cat=basic//102; type=string; label=XIMA FORMCYCLE login name (optional) :Used for prefilling the login screen within the backend, e.g. [email protected]
formCycleUser =
# cat=basic//103; type=string; label=XIMA FORMCYCLE password (optional) :Used for prefilling the login screen within the backend.
formCyclePass =
# cat=basic//104; type=options[integrated, AJAX (TYPO3), AJAX (FORMCYCLE), iFrame]; label= Integration mode
integrationMode = integrated