⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (875 Bytes)
Bug #92804
» tx_test_parent.php
Johannes Schlier
, 2020-11-09 15:37
<?php
return
[
'ctrl'
=>
[
'title'
=>
'IRRE sorting test parent record'
,
'label'
=>
'name'
],
'columns'
=>
[
'name'
=>
[
'label'
=>
'Name'
,
'config'
=>
[
'type'
=>
'input'
]
],
'children'
=>
[
'label'
=>
'Children IRRE records'
,
'config'
=>
[
'type'
=>
'inline'
,
'foreign_table'
=>
'tx_test_child'
,
'foreign_sortby'
=>
'sorting'
,
'appearance'
=>
[
'useSortable'
=>
true
,
'enabledControls'
=>
[
'sort'
=>
true
,
'dragdrop'
=>
true
]
],
]
]
],
'types'
=>
[
0
=>
[
'showitem'
=>
'name,children'
]
]
];
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...