From: Vincent Vanwaelscappel Date: Thu, 9 Apr 2020 10:48:49 +0000 (+0200) Subject: wip #3580 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6ece3bdb144a43cd380c86ed26a810b16e3a1cd6;p=pmi.git wip #3580 @1 --- diff --git a/app/SubForms/HomeProductHighlight.php b/app/SubForms/HomeProductHighlight.php index ee5cbbd..802f13f 100644 --- a/app/SubForms/HomeProductHighlight.php +++ b/app/SubForms/HomeProductHighlight.php @@ -20,12 +20,6 @@ class HomeProductHighlight extends SubForm 'label' => 'Image', 'type' => 'Images']); - $this->addField(['name' => 'link', - 'type' => 'SelectFromModel', - 'label' => 'Catégorie', - 'optionsmodel' => 'App\Models\Producttype', - 'allows_null' => true]); - $this->addField(['name' => 'page', 'type' => 'PageInternal', 'label' => 'Page']);