]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5383 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Aug 2022 17:08:57 +0000 (19:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Aug 2022 17:08:57 +0000 (19:08 +0200)
app/SubForms/FluidbookChapter.php

index 085c1bb29090696c902f8887af9d94b9d0541b20..f97a746517c23498d5428311795d92dee807ffc0 100644 (file)
@@ -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') . ' (!!!)',