update and video tag
This commit is contained in:
parent
85bc4c8239
commit
d0a9fb74dd
|
|
@ -34,9 +34,9 @@ class Post extends Model
|
|||
'title' => 'required',
|
||||
'slug' => ['required', 'regex:/^[a-z0-9\/\:_\-\*\[\]\+\?\|]*$/i', 'unique:rainlab_blog_posts'],
|
||||
'content' => 'required',
|
||||
'powerseo_title' => 'required',
|
||||
'powerseo_description' => 'required',
|
||||
'powerseo_keywords' => 'required',
|
||||
// 'powerseo_title' => 'required',
|
||||
// 'powerseo_description' => 'required',
|
||||
// 'powerseo_keywords' => 'required',
|
||||
'excerpt' => ''
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue