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,14 @@
1
+<?php
2
+// rsce_my_element_config.php
3
+return array(
4
+    'label' => array('Spalten End-Element', ''),
5
+    'types' => array('content'),
6
+    'contentCategory' => 'Spalten',
7
+    'moduleCategory' => 'miscellaneous',
8
+    'standardFields' => array('cssID'),
9
+    'wrapper' => array(
10
+        'type' => 'stop',
11
+    ),
12
+    'wrapperStart' => 'rsce_row1start',
13
+    'fields' => array(),
14
+);