Skip to content

Commit

Permalink
set bottom text to not required
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 16, 2023
1 parent 4443bca commit b99add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ShopBundle/Form/Admin/Session/Message/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected function addTab(FieldsetInterface $container, Language $language, $isD
'type' => 'textarea',
'name' => 'bottomContent',
'label' => 'Bottom Message',
'required' => true,
'required' => false,
'options' => array(
'input' => array(
'filters' => array(
Expand Down

0 comments on commit b99add9

Please sign in to comment.