Fix: FooterData input added to page settings

This commit is contained in:
Sven Wappler 2017-12-24 00:07:32 +01:00
parent 45b675ba92
commit 6274d6a0f0

View file

@ -56,6 +56,6 @@
'after:subtitle');
$GLOBALS['TCA']['pages']['palettes']['tx_abtest2'] = array(
'showitem' => 'tx_abtest2_b_id,--linebreak--,tx_abtest2_header,tx_abtest2_cookie_time,tx_abtest2_counter'
'showitem' => 'tx_abtest2_b_id,--linebreak--,tx_abtest2_header,tx_abtest2_footer,tx_abtest2_cookie_time,tx_abtest2_counter'
);