Skip to content

Commit 51523e4

Browse files
committed
Removed windows line breaks.
1 parent 93e214c commit 51523e4

File tree

5 files changed

+550
-550
lines changed

5 files changed

+550
-550
lines changed

ext_conf_template.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# cat=basic/enableUsed; type=boolean; label=Enable IRRE:Enables the use of IRRE in the plugin configuration. If you use IRRE "usedfields", "requiredfields" and "uniquefields" in TypoScript will stop working!
2-
enableIrre = 1
3-
# cat=basic/enableUsed; type=string; label=Encryption Key:This is the encryption key of the approval links. Please generate your own after extension installation. If you change it the old approval links will stop working!
4-
encryptionKey = b98OQ8c5hhmH1dwVyk3po8K8I9kQ0KHm
5-
# cat=basic/enableUsed; type=boolean; label=Enable Salesforce:Enables the use of the Salesforce Extension.
1+
# cat=basic/enableUsed; type=boolean; label=Enable IRRE:Enables the use of IRRE in the plugin configuration. If you use IRRE "usedfields", "requiredfields" and "uniquefields" in TypoScript will stop working!
2+
enableIrre = 1
3+
# cat=basic/enableUsed; type=string; label=Encryption Key:This is the encryption key of the approval links. Please generate your own after extension installation. If you change it the old approval links will stop working!
4+
encryptionKey = b98OQ8c5hhmH1dwVyk3po8K8I9kQ0KHm
5+
# cat=basic/enableUsed; type=boolean; label=Enable Salesforce:Enables the use of the Salesforce Extension.
66
enableSalesforce = 0

pi1/static/setup.txt

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
plugin.tx_datamintsfeuser_pi1 {
2-
3-
showtype = register
4-
usedfields = username, password, email, --submit--
5-
requiredfields = username, password, email
6-
uniquefields = username, email
7-
8-
register {
9-
mailtype = html
10-
sendusermail = 1
11-
sendadminmail = 1
12-
}
13-
14-
edit {
15-
mailtype = html
16-
}
17-
18-
validate {
19-
username.type = username
20-
password.type = password
21-
password.length = 6
22-
email.type = email
23-
}
24-
25-
captcha {
26-
use = captcha
27-
}
28-
29-
format {
30-
date = d.m.Y
31-
datetime = H:i d.m.Y
32-
}
33-
34-
thumb {
35-
file.maxW = 100
36-
}
37-
38-
}
1+
plugin.tx_datamintsfeuser_pi1 {
2+
3+
showtype = register
4+
usedfields = username, password, email, --submit--
5+
requiredfields = username, password, email
6+
uniquefields = username, email
7+
8+
register {
9+
mailtype = html
10+
sendusermail = 1
11+
sendadminmail = 1
12+
}
13+
14+
edit {
15+
mailtype = html
16+
}
17+
18+
validate {
19+
username.type = username
20+
password.type = password
21+
password.length = 6
22+
email.type = email
23+
}
24+
25+
captcha {
26+
use = captcha
27+
}
28+
29+
format {
30+
date = d.m.Y
31+
datetime = H:i d.m.Y
32+
}
33+
34+
thumb {
35+
file.maxW = 100
36+
}
37+
38+
}

0 commit comments

Comments
 (0)