UI bugs
1 unresolved thread
1 unresolved thread
Compare changes
@@ -100,9 +100,8 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -100,9 +100,8 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
$display = $this->entityDisplayRepository->getViewDisplay($entity->getTargetEntityTypeId(), $entity->getTargetBundle(), $entity->getMode());
@@ -126,20 +125,30 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -126,20 +125,30 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
'#description' => $this->t('Defines the custom element which is going to be used for the display. There must be a matching implementation in the frontend to render the display.'),
@@ -368,7 +377,7 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -368,7 +377,7 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -503,7 +512,7 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -503,7 +512,7 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -544,14 +553,14 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
@@ -544,14 +553,14 @@ class EntityCustomElementsDisplayEditForm extends EntityDisplayFormBase {
protected function thirdPartySettingsForm(PluginSettingsInterface $plugin, FieldDefinitionInterface $field_definition, array $form, FormStateInterface $form_state) {
protected function alterSettingsSummary(array &$summary, PluginSettingsInterface $plugin, FieldDefinitionInterface $field_definition) {}