From: Vincent Vanwaelscappel Date: Tue, 19 Nov 2019 17:01:25 +0000 (+0100) Subject: wip #3197 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=586ea791c0304603683f1722b963d09093b8bab4;p=pmi.git wip #3197 --- diff --git a/app/Models/Producttype.php b/app/Models/Producttype.php index be15719..58f7e95 100644 --- a/app/Models/Producttype.php +++ b/app/Models/Producttype.php @@ -82,6 +82,8 @@ class ProductType extends CubistMagicPageModel 'bunch' => 'App\SubForms\Intro', 'label' => 'Introduction', 'tab' => 'Introduction', + 'translatable' => true, + 'migrateTranslatable' => true, ]);