mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-15 03:16:10 +01:00
Fix: FooterData input added to page settings
This commit is contained in:
parent
45b675ba92
commit
6274d6a0f0
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@
|
||||||
'after:subtitle');
|
'after:subtitle');
|
||||||
|
|
||||||
$GLOBALS['TCA']['pages']['palettes']['tx_abtest2'] = array(
|
$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'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue