Problem/Motivation
This happens because the schema definitions for both the global settings ("footable.settings") and the views style plugin ("views.style.footable") are missing from the "footable.schema.yml" file.
Steps to reproduce
When saving the FooTable global settings form or a View that uses the FooTable style plugin, Drupal throws multiple configuration schema validation errors.
Proposed resolution
Update "config/schema/footable.schema.yml" to include the missing definitions:
1. Define "footable.settings".
2. Define "views.style.footable".
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | footable_config_schema_errors_2.png | 32.23 KB | just-me |
| footable_config_schema_errors.png | 172.72 KB | just-me |
Issue fork footable-3586419
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
just-me commentedComment #4
just-me commentedComment #5
just-me commentedComment #6
just-me commentedI've added schema for footable.settings and views.style.footable. Please review it.
Comment #7
quadrexdevLooks good
Comment #8
just-me commentedMerged to 8.x-2.x. Thanks to everyone.