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