mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 19:47:45 +02:00
fix: update MarkdownEditor component + restyle Button and other components
This commit is contained in:
parent
746b518789
commit
b05d177f1b
35 changed files with 176 additions and 115 deletions
|
|
@ -62,7 +62,7 @@ class PersonModel extends Model
|
|||
protected $validationRules = [
|
||||
'full_name' => 'required',
|
||||
'unique_name' =>
|
||||
'required|regex_match[/^[a-z0-9\-]{1,191}$/]|is_unique[persons.unique_name,id,{id}]',
|
||||
'required|regex_match[/^[a-z0-9\-]{1,32}$/]|is_unique[persons.unique_name,id,{id}]',
|
||||
'created_by' => 'required',
|
||||
'updated_by' => 'required',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue