From bdae2b0e9963681a6f610c709b31e5f92ab01b6a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 14:39:20 +0200 Subject: [PATCH] wait #6107 @0:05 --- app/Models/QuizTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5