Problem/Motivation
The cookies_docs_block plugin is missing a config schema
Steps to Reproduce
- Install the 1.2.x branch
- Place a cookie documentation block via block layout
- Now check in the config inspector module, you can see the error related to this!!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | block-plugin-config-schema-3519684.patch | 638 bytes | ralphvdhoudt |
Issue fork cookies-3519684
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 #2
ralphvdhoudt commentedThis patch adds a config schema for the plugin to avoid config inspect errors about a missing schema
Comment #5
divyansh.gupta commentedReviewing this!!
Comment #6
divyansh.gupta commentedI was able to reproduce this issue!!
Before applying the patch, there was a missing schema warning for settings.show_cookies_settings_button when checked using the Config Inspector module.
After applying the patch and clearing cache, the warning is gone, and everything is working as expected..
Changes looks good to me thus moving this to RTBC.
Comment #7
divyansh.gupta commentedComment #8
anybodyComment #9
grevil commentedComment #10
grevil commentedWrong Branch. But changes are correct, thx. I'll commit them directly since the MR needs manual local rebasing now.
Comment #12
grevil commented