]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6008 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2023 13:20:08 +0000 (15:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 8 Jun 2023 13:20:08 +0000 (15:20 +0200)
app/Models/Traits/PublicationSettings.php

index dbacaea9524ba5e0be52b166d53171dc45c030ae..902b12d8785817eaefeaa5f6e7f47a98ac0928c0 100644 (file)
@@ -494,8 +494,8 @@ trait PublicationSettings
         ]);
         $this->addField('', FormSeparator::class);
         $this->addField('svgToCanvas', Checkbox::class, $this->__('Activer le rendu svgtocanvas'), [
-            'v2' => '{"type":"boolean","default":true,"editable":true,"label":"\\u00a7!\\u00a7Activer le rendu svgtocanvas!\\u00a7!"}',
-            'default' => true,
+            'v2' => '{"type":"boolean","default":false,"editable":true,"label":"\\u00a7!\\u00a7Activer le rendu svgtocanvas!\\u00a7!"}',
+            'default' => false,
             'fake' => true,
             'store_in' => 'settings',
             'translatable' => false,