Fix for the json parsing issue. It changes the config syntax slightly. There's no longer a content property, but there is a new definitions property which will hold longer json config options like filters and columns . I also changed columns to mainColumns because at some point there will be multiple column configs in there. On the generated-app side, these values get thrown into a definitions.json file for the task flow which the task flow pulls the values from.
Fix for the json parsing issue. It changes the config syntax slightly. There's no longer a
content
property, but there is a newdefinitions
property which will hold longer json config options likefilters
andcolumns
. I also changed columns tomainColumns
because at some point there will be multiple column configs in there. On the generated-app side, these values get thrown into adefinitions.json
file for the task flow which the task flow pulls the values from.