Test Setup Failed
Push — master ( f71ff9...d4fab1 )
by Vasyl
02:14
created
config/meta-tags.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
      * Available metatags (for migration, render in blade,...)
11 11
      */
12 12
     'available' => [
13
-        'title' => ['title' => 'Title', 'max' => 65, 'form_type' => 'string',],
14
-        'description' => ['title' => 'Description', 'max' => 300, 'form_type' => 'text',],
15
-        'keywords' => ['title' => 'Keywords',],
13
+        'title' => ['title' => 'Title', 'max' => 65, 'form_type' => 'string', ],
14
+        'description' => ['title' => 'Description', 'max' => 300, 'form_type' => 'text', ],
15
+        'keywords' => ['title' => 'Keywords', ],
16 16
         
17 17
 //        'robots' => ['title' => 'Robots', 'max' => 65, 'form_type' => 'string',],
18 18
 //        'canonical' => ['title' => 'Canonical link', 'max' => 65, 'form_type' => 'string',],
Please login to merge, or discard this patch.