Problem/Motivation

The config schema is not complete. due to this we have to set protected $strictConfigSchema = FALSE in #2425035: Add test coverage

Proposed resolution

Fix config schema

Remaining tasks

User interface changes

API changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anushka-mp’s picture

Status: Active » Needs review
FileSize
953 bytes

Fixed config schema.

Berdir’s picture

+++ b/config/schema/entity_reference_revisions.schema.yml
@@ -36,3 +36,20 @@ entity_reference_revisions.default.handler_settings:
+field.formatter.settings.entity_reference_revisions_entity_view:
+    type: mapping
+    mapping:
+      view_mode:
+        type: string
+      link:
+        type: string

4 spaces instead of 2. isn't there an existing type that we can use here as well?

Anushka-mp’s picture

These settings are provided by EntityReferenceRevisionsEntityFormatter and couldn't find an existing schema for this. Indentation corrected.

jeroen.b’s picture

Status: Needs review » Fixed

Thanks, committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.