From: vincent@cubedesigners.com Date: Thu, 19 Dec 2019 11:17:02 +0000 (+0000) Subject: wip #3282 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=74f137f71fedd7fa79ba1f79feb4b90c77f69a86;p=fluidbook-v3.git wip #3282 @0.25 --- diff --git a/framework/application/forms/CMS/Sub/Home/Block.php b/framework/application/forms/CMS/Sub/Home/Block.php index 6526c21..f16962f 100644 --- a/framework/application/forms/CMS/Sub/Home/Block.php +++ b/framework/application/forms/CMS/Sub/Home/Block.php @@ -46,5 +46,11 @@ class Fluidbook_Form_CMS_Sub_Home_Block extends CubeIT_Form_SubForm { $backgroundImage->setMaxItems(1); $backgroundImage->setOrder(60); $this->addElement($backgroundImage); + + $backgroundImage = new CubeIT_Form_Element_File_Image('backgroundmobileimage'); + $backgroundImage->setLabel('Image de fond (variante mobile)'); + $backgroundImage->setMaxItems(1); + $backgroundImage->setOrder(61); + $this->addElement($backgroundImage); } } \ No newline at end of file