Implemented juplo:variables, that imports variables from JSON-data
authorKai Moritz <kai@juplo.de>
Sat, 18 Jun 2016 10:26:02 +0000 (12:26 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 18 Jul 2016 14:54:59 +0000 (16:54 +0200)
The processor interprets its argument as name of a thymeleaf-template and
parses the retrieved template as JSON-data. The root-element of the JSON-
data has to be an object. The variables, that are defined in this object,
are imported as node-local variables.


No differences found