Test Setup Failed
Push — master ( e22839...05cbc3 )
by Vasyl
02:16
created
config/meta-tags.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
      | -----------------------------------------------------------------
15 15
      */
16 16
     'available' => [
17
-        'title' => ['title' => 'Title', 'max' => 65, 'form_type' => 'string',],
18
-        'description' => ['title' => 'Description', 'max' => 300, 'form_type' => 'text',],
19
-        'keywords' => ['title' => 'Keywords',],
17
+        'title' => ['title' => 'Title', 'max' => 65, 'form_type' => 'string', ],
18
+        'description' => ['title' => 'Description', 'max' => 300, 'form_type' => 'text', ],
19
+        'keywords' => ['title' => 'Keywords', ],
20 20
         // 'h1' => ['title' => 'H1', 'max' => 191, 'form_type' => 'string',],
21 21
         
22 22
         /* -----------------------------------------------------------------
Please login to merge, or discard this patch.