'default' => 60,
'translatable' => false,
]);
- $this->addField([
- 'type' => 'FormSeparator',
- ]);
$this->addField([
'name' => 'menuColor',
'type' => 'Color',
'label' => __('Couleur du fond'),
- 'default' => '#ffffff',
+ 'default' => 'transparent',
'allows_alpha' => true,
'translatable' => false,
]);
'label' => __('Image de fond'),
'translatable' => false,
]);
- $this->addField([
- 'type' => 'FormSeparator',
- ]);
$this->addField([
'name' => 'invertMenuPosition',
'default' => false,
'translatable' => false,
]);
- $this->addField([
- 'type' => 'FormSeparator',
- ]);
$this->addField([
'name' => 'afterSearch',
'name_as_collection' => true,