|
@@ -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.