]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6107 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Oct 2023 12:11:24 +0000 (14:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Oct 2023 12:11:24 +0000 (14:11 +0200)
app/Models/QuizTheme.php

index 3b81c7a79782daddc0da72eb1eb0ce83dbb93de3..5338014991b0612167e6e8868c86a88c54bba295 100644 (file)
@@ -139,6 +139,7 @@ class QuizTheme extends ToolboxModel
 
     protected function _outro()
     {
+        return;
         $this->addField('sectionOutro', FormSection::class, __('Conclusion'));
         $this->addField('outroColor', Color::class, __('Couleur et transparence du bloc'), ['hint' => __('Par défaut, la couleur neutre du thème'), 'allows_empty' => true]);
         $this->addField('', FormSeparator::class, '');