From: Vincent Vanwaelscappel Date: Tue, 19 Nov 2019 16:44:46 +0000 (+0100) Subject: wip #3200 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b1090b792d0cd0af1b86119fb242c8119d0f5673;p=pmi.git wip #3200 --- diff --git a/app/Models/Settings.php b/app/Models/Settings.php index be8f0bb..f6294b8 100644 --- a/app/Models/Settings.php +++ b/app/Models/Settings.php @@ -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, ]); } }