@@ -14,9 +14,9 @@ |
||
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 | /* ----------------------------------------------------------------- |