]> _ Git - pmi.git/commitdiff
wip #3580 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Apr 2020 10:48:49 +0000 (12:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Apr 2020 10:48:49 +0000 (12:48 +0200)
app/SubForms/HomeProductHighlight.php

index ee5cbbd9884bd1ff218e96c5ad6f3d531f79e289..802f13fdd760ac312ef21759840015c9bd1354e9 100644 (file)
@@ -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']);