lcw image

This commit is contained in:
merdan 2023-02-23 11:18:27 +05:00
parent e5cb0bf14c
commit a5c87fa592
1 changed files with 23 additions and 0 deletions

View File

@ -470,6 +470,29 @@ return [
'type' => 'boolean',
'validation' => 'required',
],
[
'name' => 'sort',
'title' => 'admin::app.admin.system.sort_order',
'type' => 'select',
'options' => [
[
'title' => '1',
'value' => 1,
], [
'title' => '2',
'value' => 2,
], [
'title' => '3',
'value' => 3,
], [
'title' => '4',
'value' => 4,
], [
'title' => '5',
'value' => 5,
],
],
]
]
],