\r
parent::initFields();\r
/* Navigation */\r
+ $this->fields['arrowsEnabled'] = ['type' => 'boolean', 'default' => true, 'editable' => 'true', 'label' => __('Activer les flèches')];\r
$this->fields['arrowsTheme'] = array('type' => 'boolean', "default" => false, "editable" => true, "label" => __('Nouveau thème'));\r
$this->fields['couleurA'] = array('type' => 'couleurAlpha', 'default' => 'ff000000', 'editable' => true,\r
'label' => __("Couleur de fond"));\r
\r
\r
$this->forms['bouton'] = array('label' => __('Personnalisation des boutons'),\r
- 'fieldsnames' => array('couleurA', 'arrowsColor', 'shadeOnArrows', 'arrowsTheme'));\r
+ 'fieldsnames' => array('arrowsEnabled', '|', 'couleurA', 'arrowsColor', 'shadeOnArrows', 'arrowsTheme'));\r
/* Submenus */\r
$this->fields['popupVideoOverlay'] = array('type' => 'couleurAlpha', 'default' => '4D000000', 'editable' => true,\r
'label' => __('Overlay placé sous les menus en popup'));\r