Update Admin\Forums page for html fields
This commit is contained in:
parent
091a2b9827
commit
eef6516cb2
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class Forums extends Admin
|
|||
->addRules([
|
||||
'token' => 'token:' . $marker,
|
||||
'forum_name' => 'required|string:trim|max:80',
|
||||
'forum_desc' => 'string:trim|max:65000 bytes',
|
||||
'forum_desc' => 'string:trim|max:65000 bytes|html',
|
||||
'parent' => 'required|integer|in:' . implode(',', $this->listOfIndexes),
|
||||
'sort_by' => 'required|integer|in:0,1,2',
|
||||
'redirect_url' => 'string:trim|max:255', //????
|
||||
|
|
Loading…
Add table
Reference in a new issue