typo3 TCA extract column names

raw

phork0.sh

1
2
3
4
5
$ grep -A2000 "'columns'" Configuration/TCA/tx_ext_table.php\
    | grep "^        '"\
    | cut -b 10-\
    | sed -e "s/'.*$//"
 
Christian Weiske Christian Weiske
owner

History