From: Vincent Vanwaelscappel Date: Thu, 20 Jun 2019 16:50:25 +0000 (+0200) Subject: #2843 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d7b490ead1b5e38e41b8f84c07bf19f67833413b;p=cubist_cms-back.git #2843 --- diff --git a/src/app/Template/TemplateAbstract.php b/src/app/Template/TemplateAbstract.php index e386477..d264536 100644 --- a/src/app/Template/TemplateAbstract.php +++ b/src/app/Template/TemplateAbstract.php @@ -12,7 +12,7 @@ class TemplateAbstract */ protected static $_templates = null; - protected $defaultFieldAttributes = ['translate' => true]; + protected $defaultFieldAttributes = ['translatable' => true]; protected $_fields = [];