From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 12:39:20 +0000 (+0200) Subject: wait #6107 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bdae2b0e9963681a6f610c709b31e5f92ab01b6a;p=fluidbook-toolbox.git wait #6107 @0:05 --- diff --git a/app/Models/QuizTheme.php b/app/Models/QuizTheme.php index 533801499..eb718abd3 100644 --- a/app/Models/QuizTheme.php +++ b/app/Models/QuizTheme.php @@ -148,7 +148,7 @@ class QuizTheme extends ToolboxModel $this->addField('outroImageMobile', FluidbookThemeImage::class, __('Mobile'), ['hint' => __('Taille recommandée : :size', ['size' => '390 x 844px']), 'when' => ['outroCustom' => 1]]); //$this->addField('', FormSeparator::class, ''); $this->addField('outroSuccessAnimation', Hidden::class, __('Animation de réussite'), ['hint' => __('390 x 390px')]); - $this->addField('outroFailAnimation', Hidden::class, __('Animation d\'échec'), ['hint' => __('390 x 390px')]); + $this->addField('outroFailAnimation', Hidden::clKass, __('Animation d\'échec'), ['hint' => __('390 x 390px')]); } public function getTextsColor()