]> _ Git - odl.git/commitdiff
wip #4793
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Oct 2021 10:43:31 +0000 (12:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Oct 2021 10:43:31 +0000 (12:43 +0200)
app/Models/Publication.php

index 11b46d3f10c24ca19347f94c8215895a11cbec8a..17e98762e5fd18692d7b8d13e8fb184e3856c2a2 100644 (file)
@@ -25,9 +25,9 @@ class Publication extends CubistMagicAbstractModel
 
         $this->addField('document', Files::class, 'Document');
         $this->addField('precompiled', Files::class, 'Fluidbook Précompilé', ['can' => 'precompiled']);
-        $this->addField('s_download', FormSection::class, 'Téléchargement et impression');
-        $this->addField("download_name", Text::class, 'Nom du fichier', ['default' => 'document.pdf']);
-        $this->addField('pdf_download', Files::class, 'PDF pour le téléchargement et l\'impression');
+//        $this->addField('s_download', FormSection::class, 'Téléchargement et impression');
+//        $this->addField("download_name", Text::class, 'Nom du fichier', ['default' => 'document.pdf']);
+//        $this->addField('pdf_download', Files::class, 'PDF pour le téléchargement et l\'impression');
 
     }