lcw image
This commit is contained in:
parent
e5cb0bf14c
commit
a5c87fa592
|
|
@ -470,6 +470,29 @@ return [
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'validation' => 'required',
|
'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,
|
||||||
|
],
|
||||||
|
],
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue