... |
... |
@@ -14,7 +14,7 @@
|
14 |
14 |
$GLOBALS['TL_DCA']['tl_page']['palettes']['__selector__'][] = 'cookieconsent_enable';
|
15 |
15 |
$GLOBALS['TL_DCA']['tl_page']['palettes']['root'] .= ';{cookieconsent_legend},cookieconsent_enable';
|
16 |
16 |
|
17 |
|
-$GLOBALS['TL_DCA']['tl_page']['subpalettes']['cookieconsent_enable'] = 'cookieconsent_link,cookieconsent_statistics_analytics';
|
|
17 |
+$GLOBALS['TL_DCA']['tl_page']['subpalettes']['cookieconsent_enable'] = 'cookieconsent_link,cookieconsent_services';
|
18 |
18 |
|
19 |
19 |
/*
|
20 |
20 |
* Add the fields
|
... |
... |
@@ -32,7 +32,7 @@ $GLOBALS['TL_DCA']['tl_page']['fields']['cookieconsent_link'] = [
|
32 |
32 |
'exclude' => true,
|
33 |
33 |
'search' => true,
|
34 |
34 |
'inputType' => 'text',
|
35 |
|
- 'eval' => array('rgxp'=>'url', 'decodeEntities'=>true, 'maxlength'=>255, 'fieldType'=>'radio', 'tl_class'=>'clr wizard'),
|
|
35 |
+ 'eval' => array('rgxp'=>'url', 'decodeEntities'=>true, 'maxlength'=>255, 'fieldType'=>'radio', 'tl_class'=>'clr w50 wizard'),
|
36 |
36 |
'wizard' => array
|
37 |
37 |
(
|
38 |
38 |
array('tl_content_cookieconsent', 'pagePicker')
|