From 556eb9441ac48328f4f3570427f9bc2fb2dbf80e Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 23 Aug 2014 03:50:49 -0700 Subject: [PATCH] Minor, fix two documentation JSON issues Summary: See Auditors: btrahan --- src/docs/user/configuration/custom_fields.diviner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/user/configuration/custom_fields.diviner b/src/docs/user/configuration/custom_fields.diviner index a66e78e8bf..cc878ef007 100644 --- a/src/docs/user/configuration/custom_fields.diviner +++ b/src/docs/user/configuration/custom_fields.diviner @@ -61,7 +61,7 @@ value of `maniphest.custom-field-definitions`): }, "mycompany:company-jobs": { "name": "Job Role", - "type: "select", + "type": "select", "options": { "mycompany:engineer": "Engineer", "mycompany:nonengineer": "Other" @@ -70,7 +70,7 @@ value of `maniphest.custom-field-definitions`): "mycompany:favorite-dinosaur": { "name": "Favorite Dinosaur", "type": "text" - }, + } } The fields will then appear in the other config option for the application