There are missing config schema issues when you use blocks:
This is my case:
drush config:inspect --detail core.entity_view_display.block_content.background_image_block.default
----------------------------------------------------------------------------------------------------------- ----------------
Key Status
----------------------------------------------------------------------------------------------------------- ----------------
core.entity_view_display.block_content.background_image_block.default:content.image.settings.image_style missing schema
core.entity_view_display.block_content.background_image_block.default:content.image.settings.css_settings missing schema
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3072326-2.patch | 568 bytes | vacho |
Comments
Comment #2
vacho commentedThis patch solves the problem.
Comment #4
polThanks !