forked from TYPO3-CMS/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
152 lines (117 loc) · 5.1 KB
/
ext_conf_template.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
############################
### CUSTOM SUBCATEGORIES ###
###########################
# customsubcategory=100=Boolean
# customsubcategory=101=Int
# customsubcategory=102=Integer
# customsubcategory=103=Int+
# customsubcategory=200=String
# customsubcategory=201=Small
# customsubcategory=202=Wrap
# customsubcategory=300=Offset
# customsubcategory=400=Color
# customsubcategory=500=User
# customsubcategory=600=Options
# customsubcategory=900=Input
# customsubcategory=901=Default
############
### Text ###
############
# cat=Text/200/10; type=string; label=String 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
string_1 = value
# cat=Text/200/11; type=string; label=String 2 - no value
string_2 =
# cat=Text/201/10; type=small; label=Small 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
small_1 = value
# cat=Text/201/11; type=small; label=Small 2 - no value
small_2 =
# cat=Text/202/10; type=wrap; label=Wrap 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
wrap_1 = value
# cat=Text/202/11; type=wrap; label=Wrap 2 - no value
wrap_2 =
#############
### Color ###
#############
# cat=Color/400/10; type=color; label=Color 1 - value black
color_1 = black
# cat=Color/400/11; type=color; label=Color 2 - value #000000
color_2 = #000000
# cat=Color/400/12; type=color; label=Color 3 - value 000000
color_3 = 000000
# cat=Color/400/13; type=color; label=Color 4 - no value
color_4 =
##############
### Offset ###
##############
# cat=Offset/300/10; type=offset; label=Offset 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
offset_1 = x,y
# cat=Offset/300/11; type=offset; label=Offset 2 - value x
offset_2 = x
# cat=Offset/300/12; type=offset; label=Offset 2 - value y
offset_3 = ,y
# cat=Offset/300/13; type=offset; label=Offset 2 - no value
offset_4 =
############
### User ###
############
# cat=User/500/10; type=user[TYPO3\CMS\Styleguide\UserFunctions\ExtensionConfiguration\User1->user_1]; label=User - display params
user_1 = 0
###############
### Options ###
###############
# cat=Options/600/10; type=options[Default=default, Option 1=option_1, Option 2=option_2, Option 3=option_3]; label=Option - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
options_1 = default
# cat=Options/600/11; type=options[Default=default, Option 1=option_1, Option 2=option_2, Option 3=option_3]; label=Option - default option_2
options_2 = option_2
# cat=Options/600/11; type=options[Default=default, Option 1=option_1, Option 2=option_2, Option 3=option_3]; label=Option - no default
options_3 =
############################
### Boolean and Integers ###
############################
# cat=Boolean and Integer/100/10; type=boolean; label=Boolean 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
boolean_1 = 0
# cat=Boolean and Integer/100/11; type=boolean; label=Boolean 2 - checked
boolean_2 = 1
# cat=Boolean and Integer/100/11; type=boolean; label=Boolean 3 - no value
boolean_3 =
# cat=Boolean and Integer/101/10; type=int; label=Int 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
int_1 = 1
# cat=Boolean and Integer/101/11; type=int; label=Int 2 - no value
int_2 =
# cat=Boolean and Integer/102/10; type=int; label=Integer 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
integer_1 = 1
# cat=Boolean and Integer/102/11; type=int; label=Integer 2 - no value
integer_2 =
# cat=Boolean and Integer/103/10; type=int+; label=Int+ 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
intplus_1 = 1
# cat=Boolean and Integer/103/11; type=int+; label=Int+ 2 - no value
intplus_2 =
# cat=Boolean and Integer/103/11; type=int+; label=Int+ 2 - negative value
intplus_3 = -100
#####################
### Compatibility ###
#####################
# cat=Compatibility/900/10; type=input; label=Input 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
compat_input_1 = value
# cat=Compatibility/900/11; type=input; label=Input 2 - no value
compat_input_2 =
# cat=Compatibility/901/10; type=default; label=Input 1 - help text:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel sollicitudin odio.
compat_default_1 = value
# cat=Compatibility/901/11; type=default; label=Input 2 - no value
compat_default_2 =
##########################
### Nested declaration ###
##########################
nested {
# cat=Nested; type=input; label=Input 1
input_1 = aDefault
# cat=Nested; type=input; label=Input 2
input_2 =
}
##################################
### Pre defined sub categories ###
##################################
# cat=Pre defined/dims/10; type=int; label=Input 1
predefined.int_1 = 42
# cat=Pre defined/enable/10; type=boolean; label=LLL:EXT:styleguide/Resources/Private/Language/locallang.xlf:extConfTemplateLocalizedLabel
predefined.boolean_1 = 1