]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6056 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 26 Jun 2023 15:05:55 +0000 (17:05 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 26 Jun 2023 15:05:55 +0000 (17:05 +0200)
app/SubForms/FluidbookChapter.php

index eded3bf66c95976f07b6a9fa61c5f6c694bbeddc..8f032e1436ad3985f969e8c440f44c0c75784719 100644 (file)
@@ -28,6 +28,6 @@ class FluidbookChapter extends SubForm
                 'separator' => __('Séparateur') . ' (----)',
             ]
         ]);
-        $this->addField('level', FluidbookChapterLevel::class, __('Niveau'), ['default' => 1, 'min' => 0, 'max' => 3]);
+        $this->addField('level', FluidbookChapterLevel::class, __('Niveau'), ['default' => 0, 'min' => 0, 'max' => 3]);
     }
 }