Problem/Motivation

When installing the scheme with the strict schema check enabled, a schema error occurs:
Drupal\Core\Config\Schema\SchemalncompleteException: Schema errors for block.block.flexistyle_bootstrap_footer with the following errors: 0 [settings.depth] This value should be between <em class="placeholder"> 1&It;/em> and <em class="placeholder">8&It;/em>. in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 98 of core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).

Proposed resolution

The "depth" value should be "null" not "0" for unlimited depth.

Command icon 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

murz created an issue. See original summary.

murz’s picture

Status: Active » Needs review
murz’s picture

Also, fixed a missing schema issue in the MR.

anoopsingh92 made their first commit to this issue’s fork.

anoopsingh92’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

murz’s picture

Status: Fixed » Closed (fixed)

Thank you!