Problem/Motivation

We have some problems with config schema when using Print area in views

It is failing validation with Config inspector

cinsp failed

Comments

sorlov created an issue. See original summary.

sorlov’s picture

Patch to fix config schema for Print view area

sorlov’s picture

Status: Active » Needs review
andypost’s picture

andypost’s picture

StatusFileSize
new1.1 KB

Proper fix

- schema should be in entity_print_views.views.schema.yml (needs s/schema/views.schema suffix)
- additionally to area display also missing schema and could cause issues with saving areas' components (footer/header)

According the last bullet it may need update hook for existing sites (re-saving view helps)

andypost’s picture

Title: Config schema missing for Print view area » Config schema incomplete for entity_print_views sub-module

Proper title

sorlov’s picture

Updated patch compatible with changes from https://www.drupal.org/project/entity_print/issues/3019791

andypost’s picture

Last change is weird and makes patch non-commitable because mixing bugfix and changes from feature