]> _ Git - cubist_cms-back.git/commitdiff
wip #5023 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Jan 2022 19:04:16 +0000 (20:04 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Jan 2022 19:04:16 +0000 (20:04 +0100)
src/app/Magic/Fields/Files.php

index 4f81c8a770a7eb5c24331160264649fad4252a55..108f4c047d345c55ad8f0c85a05877b57c5a05f9 100644 (file)
@@ -15,6 +15,7 @@ class Files extends Field
     protected $_thumbConversion = 'backpack_thumb';
     protected $_nameAsCollection = false;
     protected $_maxFiles = 1;
+    protected $_cast = 'string';
 
     public function getDefaultAttributes()
     {