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

index 5338014991b0612167e6e8868c86a88c54bba295..eb718abd34efbfee8ef33d77f3fbefc47fd387b9 100644 (file)
@@ -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()