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.
Issue fork flexistyle_bootstrap-3555357
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
murzFixed this issue in the MR https://git.drupalcode.org/project/flexistyle_bootstrap/-/merge_requests/12 - please review.
Comment #4
murzAlso, fixed a missing schema issue in the MR.
Comment #7
anoopsingh92Comment #11
murzThank you!