nvm teddy stupid
This commit is contained in:
parent
b5d90a71ab
commit
53097e69bd
|
|
@ -20,9 +20,8 @@ state([
|
||||||
]);
|
]);
|
||||||
#todo - check if the post is by them, if not - reject it
|
#todo - check if the post is by them, if not - reject it
|
||||||
rules([
|
rules([
|
||||||
'prompt' => 'required|string|min:3',
|
'prompt' => 'string|min:3',
|
||||||
'submissionUrl' => [
|
'submissionUrl' => [
|
||||||
'required',
|
|
||||||
'regex:/^https:\/\/sketchersunited\.org\/posts\/\d+$/',
|
'regex:/^https:\/\/sketchersunited\.org\/posts\/\d+$/',
|
||||||
'max:200',
|
'max:200',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue