We need an interface where we can put the json config from a page in and get html out. This interface is mostly used by external applications, means there should be a test (written in php) for this interface.
Workflow
[ ] Claim the issue
[ ] Make branch and open pull request
[ ] Build test
[ ] Build method to receive the config data
[ ] Build method to take the data, pass it along to rendering process and return it
[ ] run npm test to make sure your code is standard
We need an interface where we can put the json config from a page in and get html out. This interface is mostly used by external applications, means there should be a test (written in php) for this interface.
Workflow
npm test
to make sure your code is standard