From 46cdb812f51389c11abd34ee33d8cdefe76b0c08 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 8 Apr 2015 12:48:08 +0200 Subject: [PATCH] Updated example structure. --- contrib/auto_wizzard_example.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/auto_wizzard_example.json b/contrib/auto_wizzard_example.json index 715731f7e..0c990aa24 100644 --- a/contrib/auto_wizzard_example.json +++ b/contrib/auto_wizzard_example.json @@ -10,10 +10,12 @@ ], "Settings": [ { - "key": "value" + "name": "developer_mode", + "value": "true" }, { - "another_key": "another_value" + "name": "product_name", + "value": "Zammad Demo System" } ] } \ No newline at end of file