Skip to content
Snippets Groups Projects
Commit 303dedaa authored by Owen Bush's avatar Owen Bush
Browse files

Instance body should not be required

parent 1a8eb017
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,6 @@ class EventInstance extends EditorialContentEntityBase implements EventInterface
->setLabel(t('Body'))
->setTranslatable(TRUE)
->setRevisionable(TRUE)
->setRequired(TRUE)
->setDisplayConfigurable('view', TRUE)
->setDisplayOptions('form', [
'type' => 'text_textarea',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment