From: Vincent Vanwaelscappel Date: Tue, 20 Jul 2021 13:44:02 +0000 (+0200) Subject: wait #4600 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=59b6beef17d9cbc7e0598887e9e02ed62ac80699;p=fluidbook-toolbox.git wait #4600 @0.5 --- diff --git a/app/Models/FluidbookTheme.php b/app/Models/FluidbookTheme.php index c97a479f9..5bf45a6e7 100644 --- a/app/Models/FluidbookTheme.php +++ b/app/Models/FluidbookTheme.php @@ -455,14 +455,11 @@ class FluidbookTheme extends CubistMagicAbstractModel 'default' => 60, 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'menuColor', 'type' => 'Color', 'label' => __('Couleur du fond'), - 'default' => '#ffffff', + 'default' => 'transparent', 'allows_alpha' => true, 'translatable' => false, ]); @@ -474,9 +471,6 @@ class FluidbookTheme extends CubistMagicAbstractModel 'label' => __('Image de fond'), 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'invertMenuPosition', @@ -485,9 +479,6 @@ class FluidbookTheme extends CubistMagicAbstractModel 'default' => false, 'translatable' => false, ]); - $this->addField([ - 'type' => 'FormSeparator', - ]); $this->addField([ 'name' => 'afterSearch', 'name_as_collection' => true,