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