]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6800 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Mar 2024 10:30:28 +0000 (11:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Mar 2024 10:30:28 +0000 (11:30 +0100)
app/Models/Traits/PublicationSettings.php

index 0ed052a71386d2dd035b2cd5d040d3591542e81a..519749a8157be327cf11225a07836587553154bf 100644 (file)
@@ -229,6 +229,7 @@ trait PublicationSettings
                 'html5-desktop' => $this->__('Version HTML5 recommandée (vecteurs sur desktop)'),
                 'html5' => $this->__('Version HTML5 vecteurs'),
                 'html5-images' => $this->__('Version HTML5 en images'),
+                'pdfjs' => $this->__('Rendu du PDF par PDFJS'),
             ],
             'default' => 'html5-desktop',
         ]);