Sort CType by label, new v10 feature

This commit is contained in:
Daniel Siepmann 2020-04-22 18:54:28 +02:00
parent be18134dcd
commit 016e742206

View file

@ -31,6 +31,13 @@
'eval' => 'required, trim',
],
],
'CType' => [
'config' => [
'sortItems' => [
'label' => 'asc',
],
],
],
],
]);
})('ds_site', 'tt_content', 'image');