]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5596 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Nov 2022 13:58:01 +0000 (14:58 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Nov 2022 13:58:01 +0000 (14:58 +0100)
app/Models/Traits/PublicationSettings.php

index 4193b0140e8efaa2124e194f5dac9dbfa84cc306..277382e28f33a42d226e8c12e06840bfdee9aea9 100644 (file)
@@ -1234,11 +1234,11 @@ trait PublicationSettings
         $this->addField('textExtraction', SelectFromArray::class, $this->__('Méthode d\'extraction des textes'), [
             'v2' => '{"type":"combo","default":"pdfbox","editable":true,"label":"\\u00a7!\\u00a7M\\u00e9thode d\'extraction des textes!\\u00a7!","datas":{"\\u00a7!\\u00a7PDFBox!\\u00a7!":"pdfbox","\\u00a7!\\u00a7Poppler!\\u00a7!":"poppler","\\u00a7!\\u00a7Fluidbook (exp\\u00e9rimentation bas\\u00e9e sur PDFBox)!\\u00a7!":"fluidbook"}}',
             'options' => [
+                'fluidbook' => $this->__('Fluidbook (basée sur PDFBox)'),
                 'pdfbox' => $this->__('PDFBox'),
                 'poppler' => $this->__('Poppler'),
-                'fluidbook' => $this->__('Fluidbook (expérimentation basée sur PDFBox)'),
             ],
-            'default' => 'pdfbox',
+            'default' => 'fluidbook',
             'fake' => true,
             'store_in' => 'settings',
             'translatable' => false,