mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 09:18:42 +00:00
Improve module tests
This commit is contained in:
parent
6f11124506
commit
be1811c971
|
|
@ -15,6 +15,11 @@ return [
|
||||||
'type' => PermissionType::CREATE,
|
'type' => PermissionType::CREATE,
|
||||||
'state' => PermissionState::MEDIA,
|
'state' => PermissionState::MEDIA,
|
||||||
],
|
],
|
||||||
|
'data' => [
|
||||||
|
'field_name' => [
|
||||||
|
'type' => 'string', 'default' => 'Hello', 'validation' => '[\\w]*', 'required' => false,'annotation' => [],
|
||||||
|
]
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/api/media/create.*$' => [
|
'^.*/api/media/create.*$' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user