From: Vincent Vanwaelscappel Date: Wed, 6 Sep 2023 17:38:24 +0000 (+0200) Subject: wip #6250 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d91a8c9027df657a93e596c29f0acea6dab04067;p=fluidbook-toolbox.git wip #6250 @0.5 --- diff --git a/app/SubForms/TitleAndText.php b/app/SubForms/TitleAndText.php index 8d3129830..db79f016a 100644 --- a/app/SubForms/TitleAndText.php +++ b/app/SubForms/TitleAndText.php @@ -15,3 +15,4 @@ class TitleAndText extends SubForm $this->addField('text', Textarea::class, '', ['placeholder' => __('Texte')]); } } +