buxlabs/boxwood
The issue has been closed
Add a possibility to load data from external files #664
emilos posted onGitHub
Context
Right now, you can define the data in the following way:
<data yaml>
foo:
bar: baz
qux: quux
</data>
It would be nice to have the possibility to load the data from external files:
<data from="./data.yaml" />
Dev notes
- add to
DataPlugin
- unit tests
- acceptance spec