Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,552 @@
1
+<?php
2
+// rsce_my_element_config.php
3
+return array(
4
+    'label' => array('Custom | Zeilen mit mehrspaltigen Inhalte', ''),
5
+    'types' => array('content'),
6
+    'contentCategory' => 'texts',
7
+    'moduleCategory' => 'miscellaneous',
8
+    'standardFields' => array('headline', 'cssID'),
9
+    'wrapper' => array(
10
+        'type' => 'none',
11
+    ),
12
+    'fields' => array(
13
+        'topline' => array(
14
+            'label' => array('Topline', 'Text oberhalb der Überschrift'),
15
+            'inputType' => 'text',
16
+        ), 'subline' => array(
17
+            'label' => array('Subline', 'Text unterhalb der Überschrift'),
18
+            'inputType' => 'text',
19
+        ),
20
+        'animation_type' => array(
21
+            'label' => array(
22
+                'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'),
23
+            ),
24
+            'inputType' => 'select',
25
+            'options' => array( /* Fading entrances  */
26
+                'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
27
+                'animate__fadeIn' => 'fadeIn',
28
+                'animate__fadeInDown' => 'fadeInDown',
29
+                'animate__fadeInDownBig' => 'fadeInDownBig',
30
+                'animate__fadeInLeft' => 'fadeInLeft',
31
+                'animate__fadeInLeftBig' => 'fadeInLeftBig',
32
+                'animate__fadeInRight' => 'fadeInRight',
33
+                'animate__fadeInRightBig' => 'fadeInRightBig',
34
+                'animate__fadeInUpBig' => 'fadeInUpBig',
35
+                'animate__fadeInTopLeft' => 'fadeInTopLeft',
36
+                'animate__fadeInTopRight' => 'fadeInTopRight',
37
+                'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
38
+                'animate__fadeInBottomRight' => 'fadeInBottomRight',
39
+                /* Attention seekers  */
40
+                'animate__bounce' => 'bounce',
41
+                'animate__flash' => 'flash',
42
+                'animate__pulse' => 'pulse',
43
+                'animate__rubberBand' => 'rubberBand',
44
+                'animate__shakeX' => 'shakeX',
45
+                'animate__shakeY' => 'shakeY',
46
+                'animate__headShake' => 'headShake',
47
+                'animate__swing' => 'swing',
48
+                'animate__tada' => 'tada',
49
+                'animate__wobble' => 'wobble',
50
+                'animate__jello' => 'jello',
51
+                'animate__heartBeat' => 'heartBeat',
52
+                /* Back entrances */
53
+                'animate__backInDown' => 'backInDown',
54
+                'animate__backInLeft' => 'backInLeft',
55
+                'animate__backInRight' => 'backInRight',
56
+                'animate__backInUp' => 'backInUp',
57
+                /* Back exits */
58
+                'animate__backOutDown' => 'backOutDown',
59
+                'animate__backOutLeft' => 'backOutLeft',
60
+                'animate__backOutRight' => 'backOutRight',
61
+                'animate__backOutUp' => 'backOutUp',
62
+                /* Bouncing entrances  */
63
+                'animate__bounceIn' => 'bounceIn',
64
+                'animate__bounceInDown' => 'bounceInDown',
65
+                'animate__bounceInLeft' => 'bounceInLeft',
66
+                'animate__bounceInRight' => 'bounceInRight',
67
+                'animate__bounceInUp' => 'bounceInUp',
68
+                /* Bouncing exits  */
69
+                'animate__bounceOut' => 'bounceOut',
70
+                'animate__bounceOutDown' => 'bounceOutDown',
71
+                'animate__bounceOutLeft' => 'bounceOutLeft',
72
+                'animate__bounceOutRight' => 'bounceOutRight',
73
+                'animate__bounceOutUp' => 'bounceOutUp',
74
+                /* Fading exits */
75
+                'animate__fadeOut' => 'fadeOut',
76
+                'animate__fadeOutDown' => 'fadeOutDown',
77
+                'animate__fadeOutDownBig' => 'fadeOutDownBig',
78
+                'animate__fadeOutLeft' => 'fadeOutLeft',
79
+                'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
80
+                'animate__fadeOutRight' => 'fadeOutRight',
81
+                'animate__fadeOutRightBig' => 'fadeOutRightBig',
82
+                'animate__fadeOutUp' => 'fadeOutUp',
83
+                'animate__fadeOutUpBig' => 'fadeOutUpBig',
84
+                'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
85
+                'animate__fadeOutTopRight' => 'fadeOutTopRight',
86
+                'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
87
+                'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
88
+                /* Flippers */
89
+                'animate__flip' => 'flip',
90
+                'animate__flipInX' => 'flipInX',
91
+                'animate__flipInY' => 'flipInY',
92
+                'animate__flipOutX' => 'flipOutX',
93
+                'animate__flipOutY' => 'flipOutY',
94
+                /* Lightspeed */
95
+                'animate__lightSpeedInRight' => 'lightSpeedInRight',
96
+                'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
97
+                'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
98
+                'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
99
+                /* Rotating entrances */
100
+                'animate__rotateIn' => 'rotateIn',
101
+                'animate__rotateInDownLeft' => 'rotateInDownLeft',
102
+                'animate__rotateInDownRight' => 'rotateInDownRight',
103
+                'animate__rotateInUpLeft' => 'rotateInUpLeft',
104
+                'animate__rotateInUpRight' => 'rotateInUpRight',
105
+                /* Rotating exits */
106
+                'animate__rotateOut' => 'rotateOut',
107
+                'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
108
+                'animate__rotateOutDownRight' => 'rotateOutDownRight',
109
+                'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
110
+                'animate__rotateOutUpRight' => 'rotateOutUpRight',
111
+                /* Specials */
112
+                'animate__hinge' => 'hinge',
113
+                'animate__jackInTheBox' => 'jackInTheBox',
114
+                'animate__rollIn' => 'rollIn',
115
+                'animate__rollOut' => 'rollOut',
116
+                /* Zooming entrances */
117
+                'animate__zoomIn' => 'zoomIn',
118
+                'animate__zoomInDown' => 'zoomInDown',
119
+                'animate__zoomInLeft' => 'zoomInLeft',
120
+                'animate__zoomInRight' => 'zoomInRight',
121
+                'animate__zoomInUp' => 'zoomInUp',
122
+                /* Zooming exits */
123
+                'animate__zoomOut' => 'zoomOut',
124
+                'animate__zoomOutDown' => 'zoomOutDown',
125
+                'animate__zoomOutLeft' => 'zoomOutLeft',
126
+                'animate__zoomOutRight' => 'zoomOutRight',
127
+                'animate__zoomOutUp' => 'zoomOutUp',
128
+                /* Sliding entrances */
129
+                'animate__slideInDown' => 'slideInDown',
130
+                'animate__slideInLeft' => 'slideInLeft',
131
+                'animate__slideInRight' => 'slideInRight',
132
+                'animate__slideInUp' => 'slideInUp',
133
+                /* Sliding exits */
134
+                'animate__slideOutDown' => 'slideOutDown',
135
+                'animate__slideOutLeft' => 'slideOutLeft',
136
+                'animate__slideOutRight' => 'slideOutRight',
137
+                'animate__slideOutUp' => 'slideOutUp',
138
+            ),
139
+            'eval' => array('chosen' => 'true')
140
+        ),
141
+        'rows' => array(
142
+            'label' => array('Reihen', ''),
143
+            'elementLabel' => '%s. Reihe',
144
+            'inputType' => 'list',
145
+            'minItems' => 0,
146
+            'maxItems' => 20,
147
+            'fields' => array(
148
+                'animation_type' => array(
149
+                    'label' => array(
150
+                        'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'),
151
+                    ),
152
+                    'inputType' => 'select',
153
+                    'options' => array( /* Fading entrances  */
154
+                        'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
155
+                        'no-animation' => 'Keine Animation',
156
+                        'animate__fadeIn' => 'fadeIn',
157
+                        'animate__fadeInDown' => 'fadeInDown',
158
+                        'animate__fadeInDownBig' => 'fadeInDownBig',
159
+                        'animate__fadeInLeft' => 'fadeInLeft',
160
+                        'animate__fadeInLeftBig' => 'fadeInLeftBig',
161
+                        'animate__fadeInRight' => 'fadeInRight',
162
+                        'animate__fadeInRightBig' => 'fadeInRightBig',
163
+                        'animate__fadeInUpBig' => 'fadeInUpBig',
164
+                        'animate__fadeInTopLeft' => 'fadeInTopLeft',
165
+                        'animate__fadeInTopRight' => 'fadeInTopRight',
166
+                        'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
167
+                        'animate__fadeInBottomRight' => 'fadeInBottomRight',
168
+                        /* Attention seekers  */
169
+                        'animate__bounce' => 'bounce',
170
+                        'animate__flash' => 'flash',
171
+                        'animate__pulse' => 'pulse',
172
+                        'animate__rubberBand' => 'rubberBand',
173
+                        'animate__shakeX' => 'shakeX',
174
+                        'animate__shakeY' => 'shakeY',
175
+                        'animate__headShake' => 'headShake',
176
+                        'animate__swing' => 'swing',
177
+                        'animate__tada' => 'tada',
178
+                        'animate__wobble' => 'wobble',
179
+                        'animate__jello' => 'jello',
180
+                        'animate__heartBeat' => 'heartBeat',
181
+                        /* Back entrances */
182
+                        'animate__backInDown' => 'backInDown',
183
+                        'animate__backInLeft' => 'backInLeft',
184
+                        'animate__backInRight' => 'backInRight',
185
+                        'animate__backInUp' => 'backInUp',
186
+                        /* Back exits */
187
+                        'animate__backOutDown' => 'backOutDown',
188
+                        'animate__backOutLeft' => 'backOutLeft',
189
+                        'animate__backOutRight' => 'backOutRight',
190
+                        'animate__backOutUp' => 'backOutUp',
191
+                        /* Bouncing entrances  */
192
+                        'animate__bounceIn' => 'bounceIn',
193
+                        'animate__bounceInDown' => 'bounceInDown',
194
+                        'animate__bounceInLeft' => 'bounceInLeft',
195
+                        'animate__bounceInRight' => 'bounceInRight',
196
+                        'animate__bounceInUp' => 'bounceInUp',
197
+                        /* Bouncing exits  */
198
+                        'animate__bounceOut' => 'bounceOut',
199
+                        'animate__bounceOutDown' => 'bounceOutDown',
200
+                        'animate__bounceOutLeft' => 'bounceOutLeft',
201
+                        'animate__bounceOutRight' => 'bounceOutRight',
202
+                        'animate__bounceOutUp' => 'bounceOutUp',
203
+                        /* Fading exits */
204
+                        'animate__fadeOut' => 'fadeOut',
205
+                        'animate__fadeOutDown' => 'fadeOutDown',
206
+                        'animate__fadeOutDownBig' => 'fadeOutDownBig',
207
+                        'animate__fadeOutLeft' => 'fadeOutLeft',
208
+                        'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
209
+                        'animate__fadeOutRight' => 'fadeOutRight',
210
+                        'animate__fadeOutRightBig' => 'fadeOutRightBig',
211
+                        'animate__fadeOutUp' => 'fadeOutUp',
212
+                        'animate__fadeOutUpBig' => 'fadeOutUpBig',
213
+                        'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
214
+                        'animate__fadeOutTopRight' => 'fadeOutTopRight',
215
+                        'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
216
+                        'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
217
+                        /* Flippers */
218
+                        'animate__flip' => 'flip',
219
+                        'animate__flipInX' => 'flipInX',
220
+                        'animate__flipInY' => 'flipInY',
221
+                        'animate__flipOutX' => 'flipOutX',
222
+                        'animate__flipOutY' => 'flipOutY',
223
+                        /* Lightspeed */
224
+                        'animate__lightSpeedInRight' => 'lightSpeedInRight',
225
+                        'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
226
+                        'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
227
+                        'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
228
+                        /* Rotating entrances */
229
+                        'animate__rotateIn' => 'rotateIn',
230
+                        'animate__rotateInDownLeft' => 'rotateInDownLeft',
231
+                        'animate__rotateInDownRight' => 'rotateInDownRight',
232
+                        'animate__rotateInUpLeft' => 'rotateInUpLeft',
233
+                        'animate__rotateInUpRight' => 'rotateInUpRight',
234
+                        /* Rotating exits */
235
+                        'animate__rotateOut' => 'rotateOut',
236
+                        'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
237
+                        'animate__rotateOutDownRight' => 'rotateOutDownRight',
238
+                        'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
239
+                        'animate__rotateOutUpRight' => 'rotateOutUpRight',
240
+                        /* Specials */
241
+                        'animate__hinge' => 'hinge',
242
+                        'animate__jackInTheBox' => 'jackInTheBox',
243
+                        'animate__rollIn' => 'rollIn',
244
+                        'animate__rollOut' => 'rollOut',
245
+                        /* Zooming entrances */
246
+                        'animate__zoomIn' => 'zoomIn',
247
+                        'animate__zoomInDown' => 'zoomInDown',
248
+                        'animate__zoomInLeft' => 'zoomInLeft',
249
+                        'animate__zoomInRight' => 'zoomInRight',
250
+                        'animate__zoomInUp' => 'zoomInUp',
251
+                        /* Zooming exits */
252
+                        'animate__zoomOut' => 'zoomOut',
253
+                        'animate__zoomOutDown' => 'zoomOutDown',
254
+                        'animate__zoomOutLeft' => 'zoomOutLeft',
255
+                        'animate__zoomOutRight' => 'zoomOutRight',
256
+                        'animate__zoomOutUp' => 'zoomOutUp',
257
+                        /* Sliding entrances */
258
+                        'animate__slideInDown' => 'slideInDown',
259
+                        'animate__slideInLeft' => 'slideInLeft',
260
+                        'animate__slideInRight' => 'slideInRight',
261
+                        'animate__slideInUp' => 'slideInUp',
262
+                        /* Sliding exits */
263
+                        'animate__slideOutDown' => 'slideOutDown',
264
+                        'animate__slideOutLeft' => 'slideOutLeft',
265
+                        'animate__slideOutRight' => 'slideOutRight',
266
+                        'animate__slideOutUp' => 'slideOutUp',
267
+                    ),
268
+                    'eval' => array('chosen' => 'true')
269
+                ),
270
+                'asbox' => array(
271
+                    'label' => array('Zeile in einer Box darstellen', ''),
272
+                    'inputType' => 'checkbox',
273
+                ),
274
+                'swapcolumns' => array(
275
+                    'label' => array('Spaltenreihenfolge umkehren', ''),
276
+                    'inputType' => 'checkbox',
277
+                ),
278
+                'headline_type' => array(
279
+                    'label' => array(
280
+                        'de' => array('Typ der Überschrift', 'für linke Spalte'),
281
+                    ),
282
+                    'inputType' => 'select',
283
+                    'options' => array(
284
+                        'h1' => 'H1 (Haupt-Headline für SEO, darf nur 1x vorkommen)',
285
+                        'h2' => 'H2 (Sollte H1 thematisch untergeordnet sein)',
286
+                        'h3' => 'H3 (Sollte H2 thematisch untergeordnet sein)',
287
+                        'h4' => 'H4',
288
+                        'h5' => 'H5',
289
+                    ),
290
+                ),
291
+                'ce_headline' => array(
292
+                    'label' => array('Überschrift', 'für linke Spalte'),
293
+                    'inputType' => 'text',
294
+                    'eval' => array('tl_class' => 'w50'),
295
+                ),
296
+                'ce_subline' => array(
297
+                    'label' => array('Subline', ''),
298
+                    'inputType' => 'text',
299
+                    'eval' => array('tl_class' => 'w50'),
300
+                ),
301
+                'onlystyle' => array(
302
+                    'label' => array('Text nur als Überschrift darstellen (hat dementsprechend keinen Einfluss auf SEO)', 'macht Sinn wenn man z. B. eine H3 unterhalb einer H1 anzeigen möchte, ohne dass eine H2 existiert'),
303
+                    'inputType' => 'checkbox',
304
+                    'eval' => array('tl_class' => 'clr'),
305
+                ),
306
+                'columns' => array(
307
+                    'label' => array('Spalten', ''),
308
+                    'elementLabel' => '%s. Spalte',
309
+                    'inputType' => 'list',
310
+                    'minItems' => 0,
311
+                    'maxItems' => 20,
312
+                    'fields' => array(
313
+                        'animation_type' => array(
314
+                            'label' => array(
315
+                                'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'),
316
+                            ),
317
+                            'inputType' => 'select',
318
+                            'options' => array( /* Fading entrances  */
319
+                                'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
320
+                                'no-animation' => 'Keine Animation',
321
+                                'animate__fadeIn' => 'fadeIn',
322
+                                'animate__fadeInDown' => 'fadeInDown',
323
+                                'animate__fadeInDownBig' => 'fadeInDownBig',
324
+                                'animate__fadeInLeft' => 'fadeInLeft',
325
+                                'animate__fadeInLeftBig' => 'fadeInLeftBig',
326
+                                'animate__fadeInRight' => 'fadeInRight',
327
+                                'animate__fadeInRightBig' => 'fadeInRightBig',
328
+                                'animate__fadeInUpBig' => 'fadeInUpBig',
329
+                                'animate__fadeInTopLeft' => 'fadeInTopLeft',
330
+                                'animate__fadeInTopRight' => 'fadeInTopRight',
331
+                                'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
332
+                                'animate__fadeInBottomRight' => 'fadeInBottomRight',
333
+                                /* Attention seekers  */
334
+                                'animate__bounce' => 'bounce',
335
+                                'animate__flash' => 'flash',
336
+                                'animate__pulse' => 'pulse',
337
+                                'animate__rubberBand' => 'rubberBand',
338
+                                'animate__shakeX' => 'shakeX',
339
+                                'animate__shakeY' => 'shakeY',
340
+                                'animate__headShake' => 'headShake',
341
+                                'animate__swing' => 'swing',
342
+                                'animate__tada' => 'tada',
343
+                                'animate__wobble' => 'wobble',
344
+                                'animate__jello' => 'jello',
345
+                                'animate__heartBeat' => 'heartBeat',
346
+                                /* Back entrances */
347
+                                'animate__backInDown' => 'backInDown',
348
+                                'animate__backInLeft' => 'backInLeft',
349
+                                'animate__backInRight' => 'backInRight',
350
+                                'animate__backInUp' => 'backInUp',
351
+                                /* Back exits */
352
+                                'animate__backOutDown' => 'backOutDown',
353
+                                'animate__backOutLeft' => 'backOutLeft',
354
+                                'animate__backOutRight' => 'backOutRight',
355
+                                'animate__backOutUp' => 'backOutUp',
356
+                                /* Bouncing entrances  */
357
+                                'animate__bounceIn' => 'bounceIn',
358
+                                'animate__bounceInDown' => 'bounceInDown',
359
+                                'animate__bounceInLeft' => 'bounceInLeft',
360
+                                'animate__bounceInRight' => 'bounceInRight',
361
+                                'animate__bounceInUp' => 'bounceInUp',
362
+                                /* Bouncing exits  */
363
+                                'animate__bounceOut' => 'bounceOut',
364
+                                'animate__bounceOutDown' => 'bounceOutDown',
365
+                                'animate__bounceOutLeft' => 'bounceOutLeft',
366
+                                'animate__bounceOutRight' => 'bounceOutRight',
367
+                                'animate__bounceOutUp' => 'bounceOutUp',
368
+                                /* Fading exits */
369
+                                'animate__fadeOut' => 'fadeOut',
370
+                                'animate__fadeOutDown' => 'fadeOutDown',
371
+                                'animate__fadeOutDownBig' => 'fadeOutDownBig',
372
+                                'animate__fadeOutLeft' => 'fadeOutLeft',
373
+                                'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
374
+                                'animate__fadeOutRight' => 'fadeOutRight',
375
+                                'animate__fadeOutRightBig' => 'fadeOutRightBig',
376
+                                'animate__fadeOutUp' => 'fadeOutUp',
377
+                                'animate__fadeOutUpBig' => 'fadeOutUpBig',
378
+                                'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
379
+                                'animate__fadeOutTopRight' => 'fadeOutTopRight',
380
+                                'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
381
+                                'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
382
+                                /* Flippers */
383
+                                'animate__flip' => 'flip',
384
+                                'animate__flipInX' => 'flipInX',
385
+                                'animate__flipInY' => 'flipInY',
386
+                                'animate__flipOutX' => 'flipOutX',
387
+                                'animate__flipOutY' => 'flipOutY',
388
+                                /* Lightspeed */
389
+                                'animate__lightSpeedInRight' => 'lightSpeedInRight',
390
+                                'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
391
+                                'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
392
+                                'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
393
+                                /* Rotating entrances */
394
+                                'animate__rotateIn' => 'rotateIn',
395
+                                'animate__rotateInDownLeft' => 'rotateInDownLeft',
396
+                                'animate__rotateInDownRight' => 'rotateInDownRight',
397
+                                'animate__rotateInUpLeft' => 'rotateInUpLeft',
398
+                                'animate__rotateInUpRight' => 'rotateInUpRight',
399
+                                /* Rotating exits */
400
+                                'animate__rotateOut' => 'rotateOut',
401
+                                'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
402
+                                'animate__rotateOutDownRight' => 'rotateOutDownRight',
403
+                                'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
404
+                                'animate__rotateOutUpRight' => 'rotateOutUpRight',
405
+                                /* Specials */
406
+                                'animate__hinge' => 'hinge',
407
+                                'animate__jackInTheBox' => 'jackInTheBox',
408
+                                'animate__rollIn' => 'rollIn',
409
+                                'animate__rollOut' => 'rollOut',
410
+                                /* Zooming entrances */
411
+                                'animate__zoomIn' => 'zoomIn',
412
+                                'animate__zoomInDown' => 'zoomInDown',
413
+                                'animate__zoomInLeft' => 'zoomInLeft',
414
+                                'animate__zoomInRight' => 'zoomInRight',
415
+                                'animate__zoomInUp' => 'zoomInUp',
416
+                                /* Zooming exits */
417
+                                'animate__zoomOut' => 'zoomOut',
418
+                                'animate__zoomOutDown' => 'zoomOutDown',
419
+                                'animate__zoomOutLeft' => 'zoomOutLeft',
420
+                                'animate__zoomOutRight' => 'zoomOutRight',
421
+                                'animate__zoomOutUp' => 'zoomOutUp',
422
+                                /* Sliding entrances */
423
+                                'animate__slideInDown' => 'slideInDown',
424
+                                'animate__slideInLeft' => 'slideInLeft',
425
+                                'animate__slideInRight' => 'slideInRight',
426
+                                'animate__slideInUp' => 'slideInUp',
427
+                                /* Sliding exits */
428
+                                'animate__slideOutDown' => 'slideOutDown',
429
+                                'animate__slideOutLeft' => 'slideOutLeft',
430
+                                'animate__slideOutRight' => 'slideOutRight',
431
+                                'animate__slideOutUp' => 'slideOutUp',
432
+                            ),
433
+                            'eval' => array('chosen' => 'true')
434
+                        ),
435
+                        'column_width' => array(
436
+                            'label' => array(
437
+                                'de' => array('Spaltenbreite', ''),
438
+                            ),
439
+                            'inputType' => 'select',
440
+                            'options' => array(
441
+                                'col-12 col-md-6 col-lg-3' => '25%',
442
+                                'col-12 col-md-6 col-lg-4' => '33%',
443
+                                'col-12 col-md-6' => '50%',
444
+                                'col-12 col-md-6 col-lg-8' => '66.66%',
445
+                                'col-12 col-md-6 col-lg-9' => '75%',
446
+                                'col-12' => 'Volle Breite',
447
+                                'col-12 col-md' => 'Automatische Breite (füllend)',
448
+                                'col-12 col-md-auto' => 'Breite anhand des Inhalts',
449
+                            ),
450
+                        ),
451
+                        'asbox' => array(
452
+                            'label' => array('Spalte in einer Box darstellen', ''),
453
+                            'inputType' => 'checkbox',
454
+                        ),
455
+                        'headline_type' => array(
456
+                            'label' => array(
457
+                                'de' => array('Typ der Überschrift', 'für linke Spalte'),
458
+                            ),
459
+                            'inputType' => 'select',
460
+                            'options' => array(
461
+                                'h1' => 'H1 (Haupt-Headline für SEO, darf nur 1x vorkommen)',
462
+                                'h2' => 'H2 (Sollte H1 thematisch untergeordnet sein)',
463
+                                'h3' => 'H3 (Sollte H2 thematisch untergeordnet sein)',
464
+                                'h4' => 'H4',
465
+                                'h5' => 'H5',
466
+                            ),
467
+                        ),
468
+                        'headline' => array(
469
+                            'label' => array('Überschrift', 'für linke Spalte'),
470
+                            'inputType' => 'text',
471
+                            'eval' => array('tl_class' => 'w50'),
472
+                        ),
473
+                        'subline' => array(
474
+                            'label' => array('Subline', ''),
475
+                            'inputType' => 'text',
476
+                            'eval' => array('tl_class' => 'w50'),
477
+                        ),
478
+                        'onlystyle' => array(
479
+                            'label' => array('Text nur als Überschrift darstellen (hat dementsprechend keinen Einfluss auf SEO)', 'macht Sinn wenn man z. B. eine H3 unterhalb einer H1 anzeigen möchte, ohne dass eine H2 existiert'),
480
+                            'inputType' => 'checkbox',
481
+                            'eval' => array('tl_class' => 'clr'),
482
+                        ),
483
+                        'text' => array(
484
+                            'label' => array('Text', ''),
485
+                            'inputType' => 'textarea',
486
+                            'eval' => array('rte' => 'tinyMCE'),
487
+                        ),
488
+                        'image' => array(
489
+                            'label' => array('Bild', ''),
490
+                            'inputType' => 'fileTree',
491
+                            'eval' => array(
492
+                                'multiple' => false,
493
+                                'fieldType' => 'radio',
494
+                                'filesOnly' => true,
495
+                                'extensions' => 'jpg,jpeg,png,svg',
496
+                            ),
497
+                        ),
498
+                        'image_position' => array(
499
+                            'label' => array(
500
+                                'de' => array('Bildposition', ''),
501
+                            ),
502
+                            'inputType' => 'select',
503
+                            'options' => array(
504
+                                'image_above' => 'Oberhalb von Text',
505
+                                'image_below' => 'Unterhalb von Text',
506
+                            ),
507
+                        ),
508
+                        'link_text' => array(
509
+                            'label' => array(
510
+                                'de' => array('Button-Beschriftung', 'Button befindet sich rechts unter dem Text'),
511
+                            ),
512
+                            'inputType' => 'text',
513
+                            'eval' => array('allowHtml' => true),
514
+                        ),
515
+                        'link_url' => array(
516
+                            'label' => array('Verlinkung', ''),
517
+                            'inputType' => 'url',
518
+                        ),
519
+                        'link_type' => array(
520
+                            'label' => array(
521
+                                'de' => array('Optik des Buttons', ''),
522
+                            ),
523
+                            'inputType' => 'select',
524
+                            'options' => array(
525
+                                'btn-primary' => 'Hauptfarbe',
526
+                                'btn-outline-primary' => 'Hauptfarbe(Outline)',
527
+                                'btn-secondary' => 'Sekundär - Farbe',
528
+                                'btn-outline-secondary' => 'Sekundär - Farbe(Outline)',
529
+                                'btn-link with-arrow' => 'Link - Optik mit Pfeilen',
530
+                                'btn-outline-black' => 'Transparenter Button mit schwarzer Schrift und Rahmen', 'btn-outline-white' => 'Transparenter Button mit weißer Schrift und Rahmen',
531
+                                'btn-white' => 'Weißer Button mit schwarzer Schrift',
532
+                            ),
533
+                            'eval' => array('tl_class' => 'w50'),
534
+                        ),
535
+                        'link_size' => array(
536
+                            'label' => array(
537
+                                'de' => array('Größe des Buttons', ''),
538
+                            ),
539
+                            'inputType' => 'select',
540
+                            'options' => array(
541
+                                '' => 'Standard',
542
+                                'btn-sm' => 'Klein',
543
+                                'btn-lg' => 'Groß',
544
+                            ),
545
+                            'eval' => array('tl_class' => 'w50'),
546
+                        ),
547
+                    ),
548
+                ),
549
+            ),
550
+        ),
551
+    ),
552
+);