Skip to content

Commit

Permalink
EZP-31238: marked alternative image text as optional to ensure consis…
Browse files Browse the repository at this point in the history
…tence with fieldtype (#330)
  • Loading branch information
daavidkllr authored and lserwatka committed Dec 20, 2019
1 parent 87df225 commit 69a9050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Form/Type/FieldType/ImageFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
TextType::class,
[
'label' => /** @Desc("Alternative text") */ 'content.field_type.ezimage.alternative_text',
'required' => false,
]
);
}
Expand Down

0 comments on commit 69a9050

Please sign in to comment.