You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field formatter oe_content_sub_entity_person_reference_formatter is missing schema for the field formatter settings.
I encountered the issue when trying to import config that uses the field formatter during a kernel test.
1) Drupal\Tests\oe_whitelabel_agenda\Kernel\AgendaRenderTest::testRendering
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for core.entity_view_display.oe_agenda_session.oe_default.default with the following errors:
core.entity_view_display.oe_agenda_session.oe_default.default:content.oe_session_moderators.settings.label_only missing
schema,
core.entity_view_display.oe_agenda_session.oe_default.default:content.oe_session_moderators.settings.rel missing
schema,
core.entity_view_display.oe_agenda_session.oe_default.default:content.oe_session_moderators.settings.target missing schema
Problem
The field formatter
oe_content_sub_entity_person_reference_formatter
is missing schema for the field formatter settings.I encountered the issue when trying to import config that uses the field formatter during a kernel test.
Proposed solution
The schema for the formatter settings should be added to oe_content_sub_entity_person.schema.yml similar to the authors reference field.
The text was updated successfully, but these errors were encountered: