From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 12:11:24 +0000 (+0200) Subject: wait #6107 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d54cecf7d6107af305be40982a0a354f6fcba3ef;p=fluidbook-toolbox.git wait #6107 @0:05 --- diff --git a/app/Models/QuizTheme.php b/app/Models/QuizTheme.php index 3b81c7a79..533801499 100644 --- a/app/Models/QuizTheme.php +++ b/app/Models/QuizTheme.php @@ -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, '');