Hi,
I have noticed this module does not provide a config schema for the third-party settings it manipulates.
You can notice this by doing the following steps:
- Create a fresh, standard Drupal site
- Enable module menu_force
- Go to
admin/structure/types/manage/pageand, under tabMenu settings, checkMake the Menu Settings mandatory for this content type(which is provided by this module) and then save - Enable module config_inspector
- Go to
admin/reports/config-inspector: you will notice 2 schema errors onnode.type.page(see screenshot menu_force_config_schema_error_overview.png) - Go to
admin/reports/config-inspector/node.type.page/list: you will notice that the schema errors are caused bymenu_force(see screenshot menu_force_config_schema_error_details.png)
Any chance this can be added ? Attached is a patch that solves the problem for us.
| Comment | File | Size | Author |
|---|---|---|---|
| menu_force_config_schema_error_details.png | 92.03 KB | fengtan | |
| menu_force_config_schema_error_overview.png | 40.33 KB | fengtan | |
| menu_force_config_schema.patch | 528 bytes | fengtan |
Issue fork menu_force-3274329
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
fengtanComment #4
grevil commentedLGTM! RTBC!
Thank you! :)
Comment #6
grevil commentedFixed! Thanks.
Comment #8
anybodyThanks @Grevil! :)
Comment #9
fengtanThanks !