From: Vincent Vanwaelscappel Date: Tue, 4 Jan 2022 17:56:49 +0000 (+0100) Subject: wip #5002 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2cf780864a2f6ffd7e51be4d215ab78642480b2d;p=odl.git wip #5002 @0.25 --- diff --git a/app/SubForms/ResourceDocument.php b/app/SubForms/ResourceDocument.php index 5a39fab..4700b27 100644 --- a/app/SubForms/ResourceDocument.php +++ b/app/SubForms/ResourceDocument.php @@ -13,7 +13,6 @@ class ResourceDocument extends SubForm parent::init(); $this->addField('document_title', 'Text', 'Titre du document'); $this->addField('document_subtitle', 'Textarea', 'Chapo du document'); - $this->addField('document_pdf', Memo::class, 'PDF',['hint'=>'chargé dans la médiathèque']); - $this->addField('document_image', Images::class, 'Vignette'); + $this->addField('document_pdf', Memo::class, 'PDF', ['hint' => 'chargé dans la médiathèque']); } }