Closed (fixed)
Project:
Gutenberg
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2026 at 13:00 UTC
Updated:
1 Mar 2026 at 21:30 UTC
Jump to comment: Most recent
The config schema for some of the configs are incorrect, and are flagged on Drupal 11.
[warning] Schema errors for block_content.type.reusable_block with the following errors: block_content.type.reusable_block:revision variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData. 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 <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.
Attempt to install Gutenberg in Drupal 11.
Ensure the default config shemas are correct.
Provide MR
N/A
N/A
N/A
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
codebymikey commentedAlso needs to be cherry-picked onto the 2.x branch, since that also supports Drupal 11.
Comment #4
szeidler commentedI see the issue as well, when running automated tests in Drupal 10. I can confirm your patch is working.
Comment #6
codebymikey commented