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,781 @@
1
+<?php
2
+// rsce_my_element_config.php
3
+return array(
4
+    'label' => array('Custom | Landingpage-Entry', ''),
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(
26
+                /* Fading entrances  */
27
+                'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
28
+                'no-animation' => 'Keine Animation',
29
+                'animate__fadeIn' => 'fadeIn',
30
+                'animate__fadeInDown' => 'fadeInDown',
31
+                'animate__fadeInDownBig' => 'fadeInDownBig',
32
+                'animate__fadeInLeft' => 'fadeInLeft',
33
+                'animate__fadeInLeftBig' => 'fadeInLeftBig',
34
+                'animate__fadeInRight' => 'fadeInRight',
35
+                'animate__fadeInRightBig' => 'fadeInRightBig',
36
+                'animate__fadeInUpBig' => 'fadeInUpBig',
37
+                'animate__fadeInTopLeft' => 'fadeInTopLeft',
38
+                'animate__fadeInTopRight' => 'fadeInTopRight',
39
+                'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
40
+                'animate__fadeInBottomRight' => 'fadeInBottomRight',
41
+                /* Attention seekers  */
42
+                'animate__bounce' => 'bounce',
43
+                'animate__flash' => 'flash',
44
+                'animate__pulse' => 'pulse',
45
+                'animate__rubberBand' => 'rubberBand',
46
+                'animate__shakeX' => 'shakeX',
47
+                'animate__shakeY' => 'shakeY',
48
+                'animate__headShake' => 'headShake',
49
+                'animate__swing' => 'swing',
50
+                'animate__tada' => 'tada',
51
+                'animate__wobble' => 'wobble',
52
+                'animate__jello' => 'jello',
53
+                'animate__heartBeat' => 'heartBeat',
54
+                /* Back entrances */
55
+                'animate__backInDown' => 'backInDown',
56
+                'animate__backInLeft' => 'backInLeft',
57
+                'animate__backInRight' => 'backInRight',
58
+                'animate__backInUp' => 'backInUp',
59
+                /* Back exits */
60
+                'animate__backOutDown' => 'backOutDown',
61
+                'animate__backOutLeft' => 'backOutLeft',
62
+                'animate__backOutRight' => 'backOutRight',
63
+                'animate__backOutUp' => 'backOutUp',
64
+                /* Bouncing entrances  */
65
+                'animate__bounceIn' => 'bounceIn',
66
+                'animate__bounceInDown' => 'bounceInDown',
67
+                'animate__bounceInLeft' => 'bounceInLeft',
68
+                'animate__bounceInRight' => 'bounceInRight',
69
+                'animate__bounceInUp' => 'bounceInUp',
70
+                /* Bouncing exits  */
71
+                'animate__bounceOut' => 'bounceOut',
72
+                'animate__bounceOutDown' => 'bounceOutDown',
73
+                'animate__bounceOutLeft' => 'bounceOutLeft',
74
+                'animate__bounceOutRight' => 'bounceOutRight',
75
+                'animate__bounceOutUp' => 'bounceOutUp',
76
+                /* Fading exits */
77
+                'animate__fadeOut' => 'fadeOut',
78
+                'animate__fadeOutDown' => 'fadeOutDown',
79
+                'animate__fadeOutDownBig' => 'fadeOutDownBig',
80
+                'animate__fadeOutLeft' => 'fadeOutLeft',
81
+                'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
82
+                'animate__fadeOutRight' => 'fadeOutRight',
83
+                'animate__fadeOutRightBig' => 'fadeOutRightBig',
84
+                'animate__fadeOutUp' => 'fadeOutUp',
85
+                'animate__fadeOutUpBig' => 'fadeOutUpBig',
86
+                'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
87
+                'animate__fadeOutTopRight' => 'fadeOutTopRight',
88
+                'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
89
+                'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
90
+                /* Flippers */
91
+                'animate__flip' => 'flip',
92
+                'animate__flipInX' => 'flipInX',
93
+                'animate__flipInY' => 'flipInY',
94
+                'animate__flipOutX' => 'flipOutX',
95
+                'animate__flipOutY' => 'flipOutY',
96
+                /* Lightspeed */
97
+                'animate__lightSpeedInRight' => 'lightSpeedInRight',
98
+                'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
99
+                'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
100
+                'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
101
+                /* Rotating entrances */
102
+                'animate__rotateIn' => 'rotateIn',
103
+                'animate__rotateInDownLeft' => 'rotateInDownLeft',
104
+                'animate__rotateInDownRight' => 'rotateInDownRight',
105
+                'animate__rotateInUpLeft' => 'rotateInUpLeft',
106
+                'animate__rotateInUpRight' => 'rotateInUpRight',
107
+                /* Rotating exits */
108
+                'animate__rotateOut' => 'rotateOut',
109
+                'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
110
+                'animate__rotateOutDownRight' => 'rotateOutDownRight',
111
+                'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
112
+                'animate__rotateOutUpRight' => 'rotateOutUpRight',
113
+                /* Specials */
114
+                'animate__hinge' => 'hinge',
115
+                'animate__jackInTheBox' => 'jackInTheBox',
116
+                'animate__rollIn' => 'rollIn',
117
+                'animate__rollOut' => 'rollOut',
118
+                /* Zooming entrances */
119
+                'animate__zoomIn' => 'zoomIn',
120
+                'animate__zoomInDown' => 'zoomInDown',
121
+                'animate__zoomInLeft' => 'zoomInLeft',
122
+                'animate__zoomInRight' => 'zoomInRight',
123
+                'animate__zoomInUp' => 'zoomInUp',
124
+                /* Zooming exits */
125
+                'animate__zoomOut' => 'zoomOut',
126
+                'animate__zoomOutDown' => 'zoomOutDown',
127
+                'animate__zoomOutLeft' => 'zoomOutLeft',
128
+                'animate__zoomOutRight' => 'zoomOutRight',
129
+                'animate__zoomOutUp' => 'zoomOutUp',
130
+                /* Sliding entrances */
131
+                'animate__slideInDown' => 'slideInDown',
132
+                'animate__slideInLeft' => 'slideInLeft',
133
+                'animate__slideInRight' => 'slideInRight',
134
+                'animate__slideInUp' => 'slideInUp',
135
+                /* Sliding exits */
136
+                'animate__slideOutDown' => 'slideOutDown',
137
+                'animate__slideOutLeft' => 'slideOutLeft',
138
+                'animate__slideOutRight' => 'slideOutRight',
139
+                'animate__slideOutUp' => 'slideOutUp',
140
+            ),
141
+            'eval' => array('chosen' => 'true')
142
+        ),
143
+
144
+
145
+        'settings_2' => array(
146
+            'label' => array('Boxed-Image (z. B. ein Logo)', ''),
147
+            'inputType' => 'group',
148
+            'eval' => array('tl_class' => 'clr'),
149
+        ),
150
+        'boxed_image' => array(
151
+            'label' => array('Bild', ''),
152
+            'inputType' => 'fileTree',
153
+            'eval' => array(
154
+                'multiple' => false,
155
+                'fieldType' => 'radio',
156
+                'filesOnly' => true,
157
+                'extensions' => 'jpg,jpeg,png,svg',
158
+            ),
159
+        ),
160
+        'boxed_image_animation_type' => array(
161
+            'label' => array(
162
+                'de' => array('Art der Einblendeanimation (Der Bild-Box)', 'Siehe https://animate.style/ für Beispiele'),
163
+            ),
164
+            'inputType' => 'select',
165
+            'options' => array(
166
+                /* Fading entrances  */
167
+                'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
168
+                'no-animation' => 'Keine Animation',
169
+                'animate__fadeIn' => 'fadeIn',
170
+                'animate__fadeInDown' => 'fadeInDown',
171
+                'animate__fadeInDownBig' => 'fadeInDownBig',
172
+                'animate__fadeInLeft' => 'fadeInLeft',
173
+                'animate__fadeInLeftBig' => 'fadeInLeftBig',
174
+                'animate__fadeInRight' => 'fadeInRight',
175
+                'animate__fadeInRightBig' => 'fadeInRightBig',
176
+                'animate__fadeInUpBig' => 'fadeInUpBig',
177
+                'animate__fadeInTopLeft' => 'fadeInTopLeft',
178
+                'animate__fadeInTopRight' => 'fadeInTopRight',
179
+                'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
180
+                'animate__fadeInBottomRight' => 'fadeInBottomRight',
181
+                /* Attention seekers  */
182
+                'animate__bounce' => 'bounce',
183
+                'animate__flash' => 'flash',
184
+                'animate__pulse' => 'pulse',
185
+                'animate__rubberBand' => 'rubberBand',
186
+                'animate__shakeX' => 'shakeX',
187
+                'animate__shakeY' => 'shakeY',
188
+                'animate__headShake' => 'headShake',
189
+                'animate__swing' => 'swing',
190
+                'animate__tada' => 'tada',
191
+                'animate__wobble' => 'wobble',
192
+                'animate__jello' => 'jello',
193
+                'animate__heartBeat' => 'heartBeat',
194
+                /* Back entrances */
195
+                'animate__backInDown' => 'backInDown',
196
+                'animate__backInLeft' => 'backInLeft',
197
+                'animate__backInRight' => 'backInRight',
198
+                'animate__backInUp' => 'backInUp',
199
+                /* Back exits */
200
+                'animate__backOutDown' => 'backOutDown',
201
+                'animate__backOutLeft' => 'backOutLeft',
202
+                'animate__backOutRight' => 'backOutRight',
203
+                'animate__backOutUp' => 'backOutUp',
204
+                /* Bouncing entrances  */
205
+                'animate__bounceIn' => 'bounceIn',
206
+                'animate__bounceInDown' => 'bounceInDown',
207
+                'animate__bounceInLeft' => 'bounceInLeft',
208
+                'animate__bounceInRight' => 'bounceInRight',
209
+                'animate__bounceInUp' => 'bounceInUp',
210
+                /* Bouncing exits  */
211
+                'animate__bounceOut' => 'bounceOut',
212
+                'animate__bounceOutDown' => 'bounceOutDown',
213
+                'animate__bounceOutLeft' => 'bounceOutLeft',
214
+                'animate__bounceOutRight' => 'bounceOutRight',
215
+                'animate__bounceOutUp' => 'bounceOutUp',
216
+                /* Fading exits */
217
+                'animate__fadeOut' => 'fadeOut',
218
+                'animate__fadeOutDown' => 'fadeOutDown',
219
+                'animate__fadeOutDownBig' => 'fadeOutDownBig',
220
+                'animate__fadeOutLeft' => 'fadeOutLeft',
221
+                'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
222
+                'animate__fadeOutRight' => 'fadeOutRight',
223
+                'animate__fadeOutRightBig' => 'fadeOutRightBig',
224
+                'animate__fadeOutUp' => 'fadeOutUp',
225
+                'animate__fadeOutUpBig' => 'fadeOutUpBig',
226
+                'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
227
+                'animate__fadeOutTopRight' => 'fadeOutTopRight',
228
+                'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
229
+                'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
230
+                /* Flippers */
231
+                'animate__flip' => 'flip',
232
+                'animate__flipInX' => 'flipInX',
233
+                'animate__flipInY' => 'flipInY',
234
+                'animate__flipOutX' => 'flipOutX',
235
+                'animate__flipOutY' => 'flipOutY',
236
+                /* Lightspeed */
237
+                'animate__lightSpeedInRight' => 'lightSpeedInRight',
238
+                'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
239
+                'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
240
+                'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
241
+                /* Rotating entrances */
242
+                'animate__rotateIn' => 'rotateIn',
243
+                'animate__rotateInDownLeft' => 'rotateInDownLeft',
244
+                'animate__rotateInDownRight' => 'rotateInDownRight',
245
+                'animate__rotateInUpLeft' => 'rotateInUpLeft',
246
+                'animate__rotateInUpRight' => 'rotateInUpRight',
247
+                /* Rotating exits */
248
+                'animate__rotateOut' => 'rotateOut',
249
+                'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
250
+                'animate__rotateOutDownRight' => 'rotateOutDownRight',
251
+                'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
252
+                'animate__rotateOutUpRight' => 'rotateOutUpRight',
253
+                /* Specials */
254
+                'animate__hinge' => 'hinge',
255
+                'animate__jackInTheBox' => 'jackInTheBox',
256
+                'animate__rollIn' => 'rollIn',
257
+                'animate__rollOut' => 'rollOut',
258
+                /* Zooming entrances */
259
+                'animate__zoomIn' => 'zoomIn',
260
+                'animate__zoomInDown' => 'zoomInDown',
261
+                'animate__zoomInLeft' => 'zoomInLeft',
262
+                'animate__zoomInRight' => 'zoomInRight',
263
+                'animate__zoomInUp' => 'zoomInUp',
264
+                /* Zooming exits */
265
+                'animate__zoomOut' => 'zoomOut',
266
+                'animate__zoomOutDown' => 'zoomOutDown',
267
+                'animate__zoomOutLeft' => 'zoomOutLeft',
268
+                'animate__zoomOutRight' => 'zoomOutRight',
269
+                'animate__zoomOutUp' => 'zoomOutUp',
270
+                /* Sliding entrances */
271
+                'animate__slideInDown' => 'slideInDown',
272
+                'animate__slideInLeft' => 'slideInLeft',
273
+                'animate__slideInRight' => 'slideInRight',
274
+                'animate__slideInUp' => 'slideInUp',
275
+                /* Sliding exits */
276
+                'animate__slideOutDown' => 'slideOutDown',
277
+                'animate__slideOutLeft' => 'slideOutLeft',
278
+                'animate__slideOutRight' => 'slideOutRight',
279
+                'animate__slideOutUp' => 'slideOutUp',
280
+            ),
281
+            'eval' => array('chosen' => 'true')
282
+        ),
283
+
284
+        'kachel' => array(
285
+            'label' => array('Kacheln', ''),
286
+            'elementLabel' => '%s. Kachel',
287
+            'inputType' => 'list',
288
+            'minItems' => 1,
289
+            'maxItems' => 10,
290
+            'eval' => array('tl_class' => 'clr',),
291
+            'fields' => array(
292
+
293
+                'settings_1' => array(
294
+                    'label' => array('Einstellungen', ''),
295
+                    'inputType' => 'group',
296
+                ),
297
+
298
+                'animation_type' => array(
299
+                    'label' => array(
300
+                        'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'),
301
+                    ),
302
+                    'inputType' => 'select',
303
+                    'options' => array(
304
+                        /* Fading entrances  */
305
+                        'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
306
+                        'no-animation' => 'Keine Animation',
307
+                        'animate__fadeIn' => 'fadeIn',
308
+                        'animate__fadeInDown' => 'fadeInDown',
309
+                        'animate__fadeInDownBig' => 'fadeInDownBig',
310
+                        'animate__fadeInLeft' => 'fadeInLeft',
311
+                        'animate__fadeInLeftBig' => 'fadeInLeftBig',
312
+                        'animate__fadeInRight' => 'fadeInRight',
313
+                        'animate__fadeInRightBig' => 'fadeInRightBig',
314
+                        'animate__fadeInUpBig' => 'fadeInUpBig',
315
+                        'animate__fadeInTopLeft' => 'fadeInTopLeft',
316
+                        'animate__fadeInTopRight' => 'fadeInTopRight',
317
+                        'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
318
+                        'animate__fadeInBottomRight' => 'fadeInBottomRight',
319
+                        /* Attention seekers  */
320
+                        'animate__bounce' => 'bounce',
321
+                        'animate__flash' => 'flash',
322
+                        'animate__pulse' => 'pulse',
323
+                        'animate__rubberBand' => 'rubberBand',
324
+                        'animate__shakeX' => 'shakeX',
325
+                        'animate__shakeY' => 'shakeY',
326
+                        'animate__headShake' => 'headShake',
327
+                        'animate__swing' => 'swing',
328
+                        'animate__tada' => 'tada',
329
+                        'animate__wobble' => 'wobble',
330
+                        'animate__jello' => 'jello',
331
+                        'animate__heartBeat' => 'heartBeat',
332
+                        /* Back entrances */
333
+                        'animate__backInDown' => 'backInDown',
334
+                        'animate__backInLeft' => 'backInLeft',
335
+                        'animate__backInRight' => 'backInRight',
336
+                        'animate__backInUp' => 'backInUp',
337
+                        /* Back exits */
338
+                        'animate__backOutDown' => 'backOutDown',
339
+                        'animate__backOutLeft' => 'backOutLeft',
340
+                        'animate__backOutRight' => 'backOutRight',
341
+                        'animate__backOutUp' => 'backOutUp',
342
+                        /* Bouncing entrances  */
343
+                        'animate__bounceIn' => 'bounceIn',
344
+                        'animate__bounceInDown' => 'bounceInDown',
345
+                        'animate__bounceInLeft' => 'bounceInLeft',
346
+                        'animate__bounceInRight' => 'bounceInRight',
347
+                        'animate__bounceInUp' => 'bounceInUp',
348
+                        /* Bouncing exits  */
349
+                        'animate__bounceOut' => 'bounceOut',
350
+                        'animate__bounceOutDown' => 'bounceOutDown',
351
+                        'animate__bounceOutLeft' => 'bounceOutLeft',
352
+                        'animate__bounceOutRight' => 'bounceOutRight',
353
+                        'animate__bounceOutUp' => 'bounceOutUp',
354
+                        /* Fading exits */
355
+                        'animate__fadeOut' => 'fadeOut',
356
+                        'animate__fadeOutDown' => 'fadeOutDown',
357
+                        'animate__fadeOutDownBig' => 'fadeOutDownBig',
358
+                        'animate__fadeOutLeft' => 'fadeOutLeft',
359
+                        'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
360
+                        'animate__fadeOutRight' => 'fadeOutRight',
361
+                        'animate__fadeOutRightBig' => 'fadeOutRightBig',
362
+                        'animate__fadeOutUp' => 'fadeOutUp',
363
+                        'animate__fadeOutUpBig' => 'fadeOutUpBig',
364
+                        'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
365
+                        'animate__fadeOutTopRight' => 'fadeOutTopRight',
366
+                        'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
367
+                        'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
368
+                        /* Flippers */
369
+                        'animate__flip' => 'flip',
370
+                        'animate__flipInX' => 'flipInX',
371
+                        'animate__flipInY' => 'flipInY',
372
+                        'animate__flipOutX' => 'flipOutX',
373
+                        'animate__flipOutY' => 'flipOutY',
374
+                        /* Lightspeed */
375
+                        'animate__lightSpeedInRight' => 'lightSpeedInRight',
376
+                        'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
377
+                        'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
378
+                        'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
379
+                        /* Rotating entrances */
380
+                        'animate__rotateIn' => 'rotateIn',
381
+                        'animate__rotateInDownLeft' => 'rotateInDownLeft',
382
+                        'animate__rotateInDownRight' => 'rotateInDownRight',
383
+                        'animate__rotateInUpLeft' => 'rotateInUpLeft',
384
+                        'animate__rotateInUpRight' => 'rotateInUpRight',
385
+                        /* Rotating exits */
386
+                        'animate__rotateOut' => 'rotateOut',
387
+                        'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
388
+                        'animate__rotateOutDownRight' => 'rotateOutDownRight',
389
+                        'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
390
+                        'animate__rotateOutUpRight' => 'rotateOutUpRight',
391
+                        /* Specials */
392
+                        'animate__hinge' => 'hinge',
393
+                        'animate__jackInTheBox' => 'jackInTheBox',
394
+                        'animate__rollIn' => 'rollIn',
395
+                        'animate__rollOut' => 'rollOut',
396
+                        /* Zooming entrances */
397
+                        'animate__zoomIn' => 'zoomIn',
398
+                        'animate__zoomInDown' => 'zoomInDown',
399
+                        'animate__zoomInLeft' => 'zoomInLeft',
400
+                        'animate__zoomInRight' => 'zoomInRight',
401
+                        'animate__zoomInUp' => 'zoomInUp',
402
+                        /* Zooming exits */
403
+                        'animate__zoomOut' => 'zoomOut',
404
+                        'animate__zoomOutDown' => 'zoomOutDown',
405
+                        'animate__zoomOutLeft' => 'zoomOutLeft',
406
+                        'animate__zoomOutRight' => 'zoomOutRight',
407
+                        'animate__zoomOutUp' => 'zoomOutUp',
408
+                        /* Sliding entrances */
409
+                        'animate__slideInDown' => 'slideInDown',
410
+                        'animate__slideInLeft' => 'slideInLeft',
411
+                        'animate__slideInRight' => 'slideInRight',
412
+                        'animate__slideInUp' => 'slideInUp',
413
+                        /* Sliding exits */
414
+                        'animate__slideOutDown' => 'slideOutDown',
415
+                        'animate__slideOutLeft' => 'slideOutLeft',
416
+                        'animate__slideOutRight' => 'slideOutRight',
417
+                        'animate__slideOutUp' => 'slideOutUp',
418
+                    ),
419
+                    'eval' => array('chosen' => 'true')
420
+                ),
421
+                'column_width' => array(
422
+                    'label' => array(
423
+                        'de' => array('Spaltenbreite', ''),
424
+                    ),
425
+                    'inputType' => 'select',
426
+                    'options' => array(
427
+                        'col-12 col-md-6 col-lg-3' => '25%',
428
+                        'col-12 col-md-6 col-lg-4' => '33%',
429
+                        'col-12 col-md-6' => '50%',
430
+                        'col-12 col-md-6 col-lg-8' => '66.66%',
431
+                        'col-12 col-md-6 col-lg-9' => '75%',
432
+                        'col-12' => 'Volle Breite',
433
+                        'col-12 col-md' => 'Automatische Breite (füllend)',
434
+                        'col-12 col-md-auto' => 'Breite anhand des Inhalts',
435
+                    ),
436
+                ),
437
+
438
+
439
+                'settings_3' => array(
440
+                    'label' => array('Oberer "Bild"-Bereich', ''),
441
+                    'inputType' => 'group',
442
+                ),
443
+
444
+
445
+                'image' => array(
446
+                    'label' => array('Bild', ''),
447
+                    'inputType' => 'fileTree',
448
+                    'eval' => array(
449
+                        'multiple' => false,
450
+                        'fieldType' => 'radio',
451
+                        'filesOnly' => true,
452
+                        'extensions' => 'jpg,jpeg,png,svg',
453
+                        'tl_class' => 'clr',
454
+                    ),
455
+                ),
456
+
457
+                'top_background_hover_color' => array(
458
+                    'label' => array('Hintergrundfarbe (hover)', 'In HEX oder rgb(a) angeben'),
459
+                    'inputType' => 'text',
460
+                    'eval' => array('tl_class' => 'w50',),
461
+                ),
462
+
463
+
464
+                'settings_4' => array(
465
+                    'label' => array('Mittlerer "Link"-Bereich', ''),
466
+                    'inputType' => 'group',
467
+                ),
468
+
469
+                'middle_background_color' => array(
470
+                    'label' => array('Hintergrundfarbe', 'In HEX oder rgb(a) angeben'),
471
+                    'inputType' => 'text',
472
+                    'eval' => array('tl_class' => 'w50',),
473
+                ),
474
+                'middle_text_color' => array(
475
+                    'label' => array('Textfarbe', 'In HEX oder rgb(a) angeben'),
476
+                    'inputType' => 'text',
477
+                    'eval' => array('tl_class' => 'w50',),
478
+                ),
479
+
480
+                'middle_text_hover_color' => array(
481
+                    'label' => array('Textfarbe (hover)', 'In HEX oder rgb(a) angeben, Standard: Weiß'),
482
+                    'inputType' => 'text',
483
+                    'eval' => array('tl_class' => 'w50',),
484
+                ),
485
+
486
+                'middle_link_text' => array(
487
+                    'label' => array('Link-Beschriftung', ''),
488
+                    'inputType' => 'text',
489
+                    'eval' => array('tl_class' => 'w50', 'allowHtml' => true),
490
+                ),
491
+
492
+                'middle_link_url' => array(
493
+                    'label' => array('Verlinkung', ''),
494
+                    'inputType' => 'url',
495
+                    'eval' => array('tl_class' => 'w50'),
496
+                ),
497
+
498
+                'settings_5' => array(
499
+                    'label' => array('Unterer "Inhalts" - Bereich', ''),
500
+                    'inputType' => 'group',
501
+                    'eval' => array('tl_class' => 'clr'),
502
+                ),
503
+
504
+                'bottom_background_color' => array(
505
+                    'label' => array('Hintergrundfarbe', 'In HEX oder rgb(a) angeben'),
506
+                    'inputType' => 'text',
507
+                    'eval' => array('tl_class' => 'w50',),
508
+                ),
509
+                'bottom_text_color' => array(
510
+                    'label' => array('Textfarbe', 'In HEX oder rgb(a) angeben'),
511
+                    'inputType' => 'text',
512
+                    'eval' => array('tl_class' => 'w50',),
513
+                ),
514
+
515
+                'headline_type' => array(
516
+                    'label' => array(
517
+                        'de' => array('Typ der Überschrift', ''),
518
+                    ),
519
+                    'inputType' => 'select',
520
+                    'options' => array(
521
+                        'h1' => 'H1',
522
+                        'h2' => 'H2',
523
+                        'h3' => 'H3',
524
+                        'h4' => 'H4',
525
+                        'h5' => 'H5',
526
+                    ),
527
+                    'eval' => array('tl_class' => 'w50'),
528
+                ),
529
+
530
+                'content_headline' => array(
531
+                    'label' => array('Überschrift', ''),
532
+                    'inputType' => 'text',
533
+                    'eval' => array('tl_class' => 'w50'),
534
+                ),
535
+                'text' => array(
536
+                    'label' => array('Text', ''),
537
+                    'inputType' => 'text',
538
+                    'eval' => array(
539
+                        'allowHtml' => true,
540
+                        'rte' => 'tinyMCE',
541
+                        'tl_class' => 'clr'
542
+                    ),
543
+                ),
544
+
545
+                'textalign' => array(
546
+                    'label' => array(
547
+                        'de' => array('Text - Ausrichtung', ''),
548
+                    ),
549
+                    'inputType' => 'select',
550
+                    'options' => array(
551
+                        'text - start' => 'Linksbündig',
552
+                        'text - center' => 'Zentriert',
553
+                        'text - end' => 'Rechtsbündig',
554
+                    ),
555
+                    'eval' => array('tl_class' => 'w50'),
556
+                ),
557
+
558
+                'add_buttons' => array(
559
+                    'label' => array('Buttons hinzufügen', ''),
560
+                    'inputType' => 'checkbox',
561
+                    'eval' => array('tl_class' => 'clr'),
562
+                    'options' => array(
563
+                        '1' => 'Buttons hinzufügen',
564
+                    ),
565
+                ),
566
+
567
+
568
+                'button_textalign' => array(
569
+                    'label' => array(
570
+                        'de' => array('Button - Ausrichtung', ''),
571
+                    ),
572
+                    'inputType' => 'select',
573
+                    'options' => array(
574
+                        'text - start' => 'Linksbündig',
575
+                        'text - center' => 'Zentriert',
576
+                        'text - end' => 'Rechtsbündig',
577
+                    ),
578
+
579
+                    'dependsOn' => array(
580
+                        'field' => 'add_buttons',
581
+                        'value' => '1',
582
+                    ),
583
+                ),
584
+
585
+
586
+                'buttons' => array(
587
+                    'label' => array('Buttons', ''),
588
+                    'elementLabel' => ' % s . Button',
589
+                    'inputType' => 'list',
590
+                    'minItems' => 1,
591
+                    'maxItems' => 20,
592
+
593
+                    'dependsOn' => array(
594
+                        'field' => 'add_buttons',
595
+                        'value' => '1',
596
+                    ),
597
+
598
+                    'fields' => array(
599
+                        'animation_type' => array(
600
+                            'label' => array(
601
+                                'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'),
602
+                            ),
603
+                            'inputType' => 'select',
604
+                            'options' => array(
605
+                                /* Fading entrances  */
606
+                                'animate__fadeInUp' => 'fadeInUp (Meistens Standard)',
607
+                                'no-animation' => 'Keine Animation',
608
+                                'animate__fadeIn' => 'fadeIn',
609
+                                'animate__fadeInDown' => 'fadeInDown',
610
+                                'animate__fadeInDownBig' => 'fadeInDownBig',
611
+                                'animate__fadeInLeft' => 'fadeInLeft',
612
+                                'animate__fadeInLeftBig' => 'fadeInLeftBig',
613
+                                'animate__fadeInRight' => 'fadeInRight',
614
+                                'animate__fadeInRightBig' => 'fadeInRightBig',
615
+                                'animate__fadeInUpBig' => 'fadeInUpBig',
616
+                                'animate__fadeInTopLeft' => 'fadeInTopLeft',
617
+                                'animate__fadeInTopRight' => 'fadeInTopRight',
618
+                                'animate__fadeInBottomLeft' => 'fadeInBottomLeft',
619
+                                'animate__fadeInBottomRight' => 'fadeInBottomRight',
620
+                                /* Attention seekers  */
621
+                                'animate__bounce' => 'bounce',
622
+                                'animate__flash' => 'flash',
623
+                                'animate__pulse' => 'pulse',
624
+                                'animate__rubberBand' => 'rubberBand',
625
+                                'animate__shakeX' => 'shakeX',
626
+                                'animate__shakeY' => 'shakeY',
627
+                                'animate__headShake' => 'headShake',
628
+                                'animate__swing' => 'swing',
629
+                                'animate__tada' => 'tada',
630
+                                'animate__wobble' => 'wobble',
631
+                                'animate__jello' => 'jello',
632
+                                'animate__heartBeat' => 'heartBeat',
633
+                                /* Back entrances */
634
+                                'animate__backInDown' => 'backInDown',
635
+                                'animate__backInLeft' => 'backInLeft',
636
+                                'animate__backInRight' => 'backInRight',
637
+                                'animate__backInUp' => 'backInUp',
638
+                                /* Back exits */
639
+                                'animate__backOutDown' => 'backOutDown',
640
+                                'animate__backOutLeft' => 'backOutLeft',
641
+                                'animate__backOutRight' => 'backOutRight',
642
+                                'animate__backOutUp' => 'backOutUp',
643
+                                /* Bouncing entrances  */
644
+                                'animate__bounceIn' => 'bounceIn',
645
+                                'animate__bounceInDown' => 'bounceInDown',
646
+                                'animate__bounceInLeft' => 'bounceInLeft',
647
+                                'animate__bounceInRight' => 'bounceInRight',
648
+                                'animate__bounceInUp' => 'bounceInUp',
649
+                                /* Bouncing exits  */
650
+                                'animate__bounceOut' => 'bounceOut',
651
+                                'animate__bounceOutDown' => 'bounceOutDown',
652
+                                'animate__bounceOutLeft' => 'bounceOutLeft',
653
+                                'animate__bounceOutRight' => 'bounceOutRight',
654
+                                'animate__bounceOutUp' => 'bounceOutUp',
655
+                                /* Fading exits */
656
+                                'animate__fadeOut' => 'fadeOut',
657
+                                'animate__fadeOutDown' => 'fadeOutDown',
658
+                                'animate__fadeOutDownBig' => 'fadeOutDownBig',
659
+                                'animate__fadeOutLeft' => 'fadeOutLeft',
660
+                                'animate__fadeOutLeftBig' => 'fadeOutLeftBig',
661
+                                'animate__fadeOutRight' => 'fadeOutRight',
662
+                                'animate__fadeOutRightBig' => 'fadeOutRightBig',
663
+                                'animate__fadeOutUp' => 'fadeOutUp',
664
+                                'animate__fadeOutUpBig' => 'fadeOutUpBig',
665
+                                'animate__fadeOutTopLeft' => 'fadeOutTopLeft',
666
+                                'animate__fadeOutTopRight' => 'fadeOutTopRight',
667
+                                'animate__fadeOutBottomRight' => 'fadeOutBottomRight',
668
+                                'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft',
669
+                                /* Flippers */
670
+                                'animate__flip' => 'flip',
671
+                                'animate__flipInX' => 'flipInX',
672
+                                'animate__flipInY' => 'flipInY',
673
+                                'animate__flipOutX' => 'flipOutX',
674
+                                'animate__flipOutY' => 'flipOutY',
675
+                                /* Lightspeed */
676
+                                'animate__lightSpeedInRight' => 'lightSpeedInRight',
677
+                                'animate__lightSpeedInLeft' => 'lightSpeedInLeft',
678
+                                'animate__lightSpeedOutRight' => 'lightSpeedOutRight',
679
+                                'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft',
680
+                                /* Rotating entrances */
681
+                                'animate__rotateIn' => 'rotateIn',
682
+                                'animate__rotateInDownLeft' => 'rotateInDownLeft',
683
+                                'animate__rotateInDownRight' => 'rotateInDownRight',
684
+                                'animate__rotateInUpLeft' => 'rotateInUpLeft',
685
+                                'animate__rotateInUpRight' => 'rotateInUpRight',
686
+                                /* Rotating exits */
687
+                                'animate__rotateOut' => 'rotateOut',
688
+                                'animate__rotateOutDownLeft' => 'rotateOutDownLeft',
689
+                                'animate__rotateOutDownRight' => 'rotateOutDownRight',
690
+                                'animate__rotateOutUpLeft' => 'rotateOutUpLeft',
691
+                                'animate__rotateOutUpRight' => 'rotateOutUpRight',
692
+                                /* Specials */
693
+                                'animate__hinge' => 'hinge',
694
+                                'animate__jackInTheBox' => 'jackInTheBox',
695
+                                'animate__rollIn' => 'rollIn',
696
+                                'animate__rollOut' => 'rollOut',
697
+                                /* Zooming entrances */
698
+                                'animate__zoomIn' => 'zoomIn',
699
+                                'animate__zoomInDown' => 'zoomInDown',
700
+                                'animate__zoomInLeft' => 'zoomInLeft',
701
+                                'animate__zoomInRight' => 'zoomInRight',
702
+                                'animate__zoomInUp' => 'zoomInUp',
703
+                                /* Zooming exits */
704
+                                'animate__zoomOut' => 'zoomOut',
705
+                                'animate__zoomOutDown' => 'zoomOutDown',
706
+                                'animate__zoomOutLeft' => 'zoomOutLeft',
707
+                                'animate__zoomOutRight' => 'zoomOutRight',
708
+                                'animate__zoomOutUp' => 'zoomOutUp',
709
+                                /* Sliding entrances */
710
+                                'animate__slideInDown' => 'slideInDown',
711
+                                'animate__slideInLeft' => 'slideInLeft',
712
+                                'animate__slideInRight' => 'slideInRight',
713
+                                'animate__slideInUp' => 'slideInUp',
714
+                                /* Sliding exits */
715
+                                'animate__slideOutDown' => 'slideOutDown',
716
+                                'animate__slideOutLeft' => 'slideOutLeft',
717
+                                'animate__slideOutRight' => 'slideOutRight',
718
+                                'animate__slideOutUp' => 'slideOutUp',
719
+                            ),
720
+                            'eval' => array('chosen' => 'true')
721
+                        ),
722
+                        'link_text' => array(
723
+                            'label' => array('Link-Beschriftung', ''),
724
+                            'inputType' => 'text',
725
+                            'eval' => array('allowHtml' => true),
726
+                        ),
727
+                        'link_betreff' => array(
728
+                            'label' => array('Betreffzeile für "mailto:"-Buttons', '(optional, falls Link eine neue Email öffnen soll)'),
729
+                            'inputType' => 'text',
730
+                            'eval' => array('tl_class' => 'w50'),
731
+                        ),
732
+                        'link_url' => array(
733
+                            'label' => array('Verlinkung', ''),
734
+                            'inputType' => 'url',
735
+                            'eval' => array('tl_class' => 'w50'),
736
+                        ),
737
+
738
+                        'new_tab' => array(
739
+                            'label' => array('Link in neuen Tab öffnen', ''),
740
+                            'inputType' => 'checkbox',
741
+                            'eval' => array('tl_class' => 'clr'),
742
+                        ),
743
+
744
+                        'link_type' => array(
745
+                            'label' => array(
746
+                                'de' => array('Optik des Buttons', ''),
747
+                            ),
748
+                            'inputType' => 'select',
749
+                            'options' => array(
750
+                                'btn-primary' => 'Hauptfarbe',
751
+                                'btn-outline-primary' => 'Hauptfarbe(Outline)',
752
+                                'btn-secondary' => 'Sekundär - Farbe',
753
+                                'btn-outline-secondary' => 'Sekundär - Farbe(Outline)',
754
+                                'btn-link with-arrow' => 'Link - Optik mit Pfeilen',
755
+                                'btn-outline-black' => 'Transparenter Button mit schwarzer Schrift und Rahmen', 'btn-outline-white' => 'Transparenter Button mit weißer Schrift und Rahmen',
756
+                                'btn-white' => 'Weißer Button mit schwarzer Schrift',
757
+                            ),
758
+                            'eval' => array('tl_class' => 'w50'),
759
+                        ),
760
+                        'link_size' => array(
761
+                            'label' => array(
762
+                                'de' => array('Größe des Buttons', ''),
763
+                            ),
764
+                            'inputType' => 'select',
765
+                            'options' => array(
766
+                                '' => 'Standard',
767
+                                'btn-sm' => 'Klein',
768
+                                'btn-lg' => 'Groß',
769
+                            ),
770
+                            'eval' => array('tl_class' => 'w50'),
771
+                        ),
772
+
773
+
774
+                    ),
775
+                ),
776
+
777
+
778
+            ),
779
+        ),
780
+    ),
781
+);