Skip to content
Snippets Groups Projects
Commit d2e3dba8 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3310222: fix PHP notice

parent 2cf607d1
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ class Fieldset extends FieldGroupFormatterBase {
'#title' => $this->getLabel(),
'#attributes' => [],
'#description' => $this->getSetting('description'),
'#description_display' => 'after',
// Prevent \Drupal\content_translation\ContentTranslationHandler::addTranslatabilityClue()
// from adding an incorrect suffix to the field group title.
'#multilingual' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment