Skip to content
Snippets Groups Projects
Commit 1b64cde8 authored by Adrian Lorenc's avatar Adrian Lorenc
Browse files

ISAICP-9017: Revert remarks.

parent 0b3030a6
No related branches found
No related tags found
1 merge request!183Release v1.112.0
......@@ -82,6 +82,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type): a
$fields['variables'] = BaseFieldDefinition::create('map')
->setLabel(new TranslatableMarkup('Variables'))
->setDefaultValue(serialize([]))
->setRequired(TRUE)
->setDescription(new TranslatableMarkup('Serialized array of variables that match the message string and that is passed into the t() function.'));
$fields['severity'] = BaseFieldDefinition::create('list_integer')
......
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