Skip to content
Snippets Groups Projects

Issue #3446302 by fago: Improve labelling of checkbox to take over entity rendering.

Merged Issue #3446302 by fago: Improve labelling of checkbox to take over entity rendering.
3 unresolved threads
3 unresolved threads
2 files
+ 10
64
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -611,10 +611,6 @@ abstract class CustomElementsEntityDisplayFormBase extends EntityForm {
$options['is_slot'] = (bool) $values['is_slot'];
$options['weight'] = $values['weight'];
$options['region'] = $values['region'];
// Only formatters have configurable label visibility.
if (isset($values['label'])) {
Please register or sign in to reply
$options['label'] = $values['label'];
}
$entity->setComponent($field_name, $options);
}
}
Loading