typo3 TCA extract column names

revision 135a4208568c3d7b5d73b95d3ce74a079a74e2a7

raw

phork0.sh

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

History