Tanguy Leroux
4820d49120
Mustache: Add util functions to render JSON and join array values
...
This pull request adds two util functions to the Mustache templating engine:
- {{#toJson}}my_map{{/toJson}} to render a Map parameter as a JSON string
- {{#join}}my_iterable{{/join}} to render any iterable (including arrays) as a comma separated list of values like `1, 2, 3`. It's also possible de change the default delimiter (comma) to something else.
closes #18970
2016-06-29 09:48:58 +02:00
..
2016-06-28 13:40:25 -04:00
2016-06-21 15:42:42 +02:00
2016-05-31 06:29:29 -04:00
2016-06-20 14:23:32 -04:00
2016-06-28 13:40:25 -04:00
2016-06-27 14:49:37 +02:00
2016-04-20 13:37:52 +02:00
2016-06-21 13:20:56 +02:00
2016-06-17 14:31:03 -07:00
2016-06-22 23:14:02 +02:00
2016-06-28 13:40:25 -04:00
2016-06-28 08:36:24 -04:00
2016-06-28 16:39:11 -04:00
2016-06-27 09:55:16 -04:00
2016-06-28 12:26:03 +02:00
2016-06-29 09:48:58 +02:00
2016-06-22 12:39:52 +02:00
2016-05-27 08:44:20 +02:00
2016-06-06 07:39:00 -05:00
2016-05-11 14:17:56 +02:00
2016-05-16 17:37:00 +02:00
2016-04-15 20:55:41 +02:00
2016-03-29 12:26:37 -04:00
2016-06-06 11:37:53 -04:00
2016-05-19 14:08:08 -04:00
2016-04-13 14:29:47 +02:00
2016-06-24 10:58:33 +02:00
2016-06-22 08:35:54 +02:00
2016-06-24 10:58:33 +02:00
2016-06-17 12:14:45 -04:00
2016-05-09 15:42:23 +02:00
2016-05-09 15:42:23 +02:00
2016-06-06 07:39:00 -05:00
2015-10-20 13:01:37 -07:00
2016-04-03 16:09:48 +02:00
2016-05-31 11:51:10 +02:00
2016-01-07 10:42:18 -05:00
2016-05-27 06:03:35 -04:00
2013-12-02 18:01:45 +01:00