]> _ Git - pmi.git/commitdiff
wip #3080
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Nov 2019 17:14:31 +0000 (18:14 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Nov 2019 17:14:31 +0000 (18:14 +0100)
app/Models/Producttype.php
app/Models/Settings.php

index 58f7e95c89b3aa0e62d580faaecf1c5d2e2e880d..fb60318e0df834ed7905d5e5ea5fc8a3f8b50049 100644 (file)
@@ -83,7 +83,6 @@ class ProductType extends CubistMagicPageModel
             'label' => 'Introduction',
             'tab' => 'Introduction',
             'translatable' => true,
-            'migrateTranslatable' => true,
         ]);
 
 
index f6294b876e117a6371e43ed63a1c01ae947b15fa..04366ad12b867612b5b6832458afabae78626a67 100644 (file)
@@ -77,7 +77,6 @@ class Settings extends \Cubist\Backpack\app\Magic\Models\Settings
             'label' => 'Points Forts',
             'tab' => 'Footer',
             'translatable' => true,
-            'migrateTranslatable' => true,
         ]);
     }
 }