From: Vincent Vanwaelscappel Date: Tue, 16 Aug 2022 17:08:57 +0000 (+0200) Subject: wip #5383 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cfbcf88c858b6e52ff1cc8c6473ca3933c67f17f;p=fluidbook-toolbox.git wip #5383 @0.25 --- diff --git a/app/SubForms/FluidbookChapter.php b/app/SubForms/FluidbookChapter.php index 085c1bb29..f97a74651 100644 --- a/app/SubForms/FluidbookChapter.php +++ b/app/SubForms/FluidbookChapter.php @@ -19,7 +19,7 @@ class FluidbookChapter extends SubForm $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') . ' (!!!)',