Skip to content
Snippets Groups Projects
Commit a92e5e65 authored by Paul Driver's avatar Paul Driver Committed by Owen Bush
Browse files

Issue #3132885 by MrPaulDriver, owenbush: Make event body field optional

parent 2c23bd24
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class EventSeries extends EditorialContentEntityBase implements EventInterface {
->setLabel(t('Body'))
->setTranslatable(TRUE)
->setRevisionable(TRUE)
->setRequired(TRUE)
->setRequired(FALSE)
->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