Problem/Motivation

After upgrading module to version 4.0.2 I got the following warning when saving the block configuration of blovks with Id value:
Schema errors for block_class.settings with the following errors: block_class.settings:id_replacement_stored missing schema. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out the documentation.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

helvin created an issue.

shank115’s picture

I upgraded from Block Class 3.0.0 → 4.0.2 on a site without any pre-existing block configurations. After the upgrade, I created a new block and set an ID, then saved it. No “missing schema” warning appeared. Please confirm if this warning still occurs.

cosmin-hm’s picture

I had this errors in Drupal 11.3.3 with Block Class 4.0.2 so I uninstalled the module and the errors went away. I thought about replacing Block Class with Block Attributes 2.0.1, but the errors immediately resurfaced. This makes me think that maybe there's a subtler cause to this, possibly something related to Drupal itself.