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