Browse code

Progress

Benjamin Roth authored on09/12/2022 21:38:24
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+return array(
4
+	'label' => array('Zentrierter Featured-Block Ende ←', 'Erzeugt einen zentrierten Feature-Block (z.B. Weinlinie)'),
5
+	'types' => array('content', 'module'),
6
+    'contentCategory' => 'featured',
7
+	'wrapper' => array(
8
+		'type' => 'stop',
9
+	),
10
+	'fields' => array(),
11
+);