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,20 @@
1
+<?php
2
+// rsce_my_element_config.php
3
+return array(
4
+    'label' => array('Spalten Trenner: Start', ''),
5
+    'types' => array('content'),
6
+    'contentCategory' => 'Spalten',
7
+    'moduleCategory' => 'miscellaneous',
8
+    'standardFields' => array('cssID'),
9
+    'wrapper' => array(
10
+        'type' => 'start',
11
+    ),
12
+    'wrapperClose' => 'rsce_row4sepend',
13
+    'fields' => array(
14
+        'background_color' => array(
15
+            'label' => array('Spalten-Hintergrundfarbe', 'In HEX oder rgb(a) angeben, funktioniert bei 2 Spalten!'),
16
+            'inputType' => 'text',
17
+            'eval' => array('tl_class' => 'w50'),
18
+        ),
19
+    ),
20
+);