Problem/Motivation
It is common practice for a module to provide a configuration schema when it makes use of configuration entities, and context datalayer currently does not. Read What are schema files used for? for reasons why including a schema is important.
Proposed resolution
Provide a schema for the datalayer reaction.
This is dependent and blocked on #2953766: Provide a Configuration Schema
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | context_datalayer--2953767--configuration-schema--3.patch | 1.12 KB | WidgetsBurritos |
Comments
Comment #2
WidgetsBurritos commentedHere's an initial stab at the patch. But this is dependent on the patch in #2953766: Provide a Configuration Schema getting through, so let's hold off on merging anything for now.
Also we'll probably want to add a test
Comment #3
WidgetsBurritos commentedUpdating the patch to place the schema file in the correct directory.