diff --git a/src/Form/EntityData/LibraryDataType.php b/src/Form/EntityData/LibraryDataType.php index 4d0470c..8b45763 100644 --- a/src/Form/EntityData/LibraryDataType.php +++ b/src/Form/EntityData/LibraryDataType.php @@ -51,7 +51,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) : void 'langcode' => $options['langcode'], ]) ->add('slogan', null, [ - 'required' => $options['is_library_form'], + 'required' => false, 'label' => 'Slogan', ]) ->add('description', RichtextType::class, [