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

index be8f0bbdd9281c24cbc026f23ab73493090d63b5..f6294b876e117a6371e43ed63a1c01ae947b15fa 100644 (file)
@@ -76,6 +76,8 @@ class Settings extends \Cubist\Backpack\app\Magic\Models\Settings
             'bunch' => 'App\SubForms\Strength',
             'label' => 'Points Forts',
             'tab' => 'Footer',
+            'translatable' => true,
+            'migrateTranslatable' => true,
         ]);
     }
 }