$this->addField('label', Text::class, __('Nom du chapitre'), ['when' => $when, 'placeholder' => __('Label')]);
$this->addField('page', Text::class, __('Page'), ['when' => $when, 'placeholder' => __('Page')]);
$this->addField('color', Color::class, __('Couleur'), ['when' => $when, 'allows_empty' => true, 'allows_alpha' => false, 'default' => null]);
- $this->addField('decoration', SelectFromArray::class, __('Type'), ['ajax' => false, 'allows_null' => false, 'options' =>
+ $this->addField('decoration', SelectFromArray::class, __('Type'), ['ajax' => false, 'allows_null' => false, 'options' =>
[
'regular' => __('Chapitre normal'),
'column_head' => __('Titre de colonne') . ' (!!!)',