Problem/Motivation
When running a kernel test for a view display with the markup plugin, the test currently fails with a SchemaIncompleteException error. This is caused by the fact that the module doesn't provide a schema for the plugin.
Proposed resolution
Add a field_group_markup.field_group_formatter_plugin.schema.yml file with the correct schema for the plugin.
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3347747-2.patch | 751 bytes | seanb |
Comments
Comment #2
seanbPatch is attached.
Comment #3
dimilias commentedThanks for the patch. Worked like a charm.
Comment #5
dieuwe