Problem/Motivation
With Drupal 11.4, saving the Layout Builder Admin Theme settings form throws a schema error:
No schema for layout_builder_admin_theme.config. 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.
Proposed resolution
Add the required schema file.
Issue fork layout_builder_admin_theme-3608352
Show commands
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
jstollerMR !7 fixes the error for me, and Config Inspector stops complaining.
Comment #6
jstollerRebased MR against latest dev branch.
Comment #8
ivnish