]> _ Git - fluidbook-toolbox.git/commitdiff
wait #4962 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 09:48:37 +0000 (10:48 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Dec 2021 09:48:37 +0000 (10:48 +0100)
app/Models/FluidbookTheme.php

index f450f000961c36fb833fe7b717bc94ec9caaba4a..1ce8677de6383da5512d94484721277f13d4ce6a 100644 (file)
@@ -216,8 +216,10 @@ class FluidbookTheme extends CubistMagicAbstractModel
         $this->addField([
             'name' => 'section_icones',
             'type' => 'FormSection',
-            'label' => __('Icônes (menu horizontal)'),
+            'label' => __('Icônes et symboles'),
         ]);
+
+
         $this->addField([
             'name' => 'iconSet',
             'type' => SelectFromModel::class,
@@ -227,10 +229,18 @@ class FluidbookTheme extends CubistMagicAbstractModel
             'translatable' => false,
         ]);
 
+        $this->addField([
+            'name' => 'symbols',
+            'name_as_collection' => true,
+            'type' => 'Images',
+            'label' => __('Remplacer des icônes (symboles svg)'),
+            'translatable' => false,
+        ]);
+
         $this->addField([
             'name' => 'couleurI',
             'type' => 'Color',
-            'label' => __('Couleur des icônes'),
+            'label' => __('Couleur des icônes (navigation horizontale)'),
             'default' => '#ffffff',
             'allows_alpha' => true,
             'translatable' => false,