Project

General

Profile

Bug #92804 » tx_test_case.php

Johannes Schlier, 2020-11-09 15:37

 
<?php

return [
'ctrl' => [
'title' => 'IRRE sorting test',
'label' => 'name'
],
'columns' => [
'name' => [
'label' => 'Name',
'config' => [
'type' => 'input'
]
],
'records' => [
'label' => 'Parent IRRE records',
'config' => [
'type' => 'inline',
'foreign_table' => 'tx_test_parent',
'foreign_sortby' => 'sorting',
'appearance' => [
'useSortable' => true,
'enabledControls' => [
'sort' => true,
'dragdrop' => true
]
]
]
]
],
'types' => [
0 => [
'showitem' => 'name,records'
]
]
];
(2-2/4)