Completed
Push — master ( 536852...8c0db3 )
by Fabien
04:36
created
ext_emconf.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -1,25 +1,25 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 $EM_CONF[$_EXTKEY] = [
4
-    'title' => 'Versatile and Interactive Display - List Component',
5
-    'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!',
6
-    'category' => 'module',
7
-    'author' => 'Fabien Udriot',
8
-    'author_email' => '[email protected]',
9
-    'module' => '',
10
-    'state' => 'stable',
11
-    'version' => '2.1.1',
12
-    'constraints' =>
13
-        [
14
-            'depends' =>
15
-                [
16
-                    'typo3' => '7.6.0-7.99.99',
17
-                ],
18
-            'conflicts' =>
19
-                [
20
-                ],
21
-            'suggests' =>
22
-                [
23
-                ],
24
-        ]
4
+	'title' => 'Versatile and Interactive Display - List Component',
5
+	'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!',
6
+	'category' => 'module',
7
+	'author' => 'Fabien Udriot',
8
+	'author_email' => '[email protected]',
9
+	'module' => '',
10
+	'state' => 'stable',
11
+	'version' => '2.1.1',
12
+	'constraints' =>
13
+		[
14
+			'depends' =>
15
+				[
16
+					'typo3' => '7.6.0-7.99.99',
17
+				],
18
+			'conflicts' =>
19
+				[
20
+				],
21
+			'suggests' =>
22
+				[
23
+				],
24
+		]
25 25
 ];
Please login to merge, or discard this patch.