Sort CType by label, new v10 feature
This commit is contained in:
parent
be18134dcd
commit
016e742206
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
||||||
'eval' => 'required, trim',
|
'eval' => 'required, trim',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'CType' => [
|
||||||
|
'config' => [
|
||||||
|
'sortItems' => [
|
||||||
|
'label' => 'asc',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
})('ds_site', 'tt_content', 'image');
|
})('ds_site', 'tt_content', 'image');
|
||||||
|
|
Loading…
Reference in a new issue