From 260e38148d2ca6e285ced45e871db7f21c6fdb87 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 31 May 2011 16:03:39 +0200 Subject: Add an example scroll-down menu with askFlag. Illustration for fixed #103. --- jsons/Config_mozilla.json | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'jsons/Config_mozilla.json') diff --git a/jsons/Config_mozilla.json b/jsons/Config_mozilla.json index 10de144..8545896 100644 --- a/jsons/Config_mozilla.json +++ b/jsons/Config_mozilla.json @@ -9,10 +9,16 @@ "extension-issue": { "name": "Response: Invalid due to extension issue", "position": "dropDown", - "comment": "Sorry, your issue is to do with an extension and we are unable to support it here. Please raise the issue direct with the extension author or on their site.\n\nYou may find details of how to do this here:\n\n******* INSERT LINK TO EXTENSION SITE *******", + "comment": "Sorry, your issue is to do with an extension and we are unable to support it here. Please raise the issue direct with the extension author or on their site.\u000a\u000aYou may find details of how to do this here:\u000a\u000a******* INSERT LINK TO EXTENSION SITE *******", "status": "RESOLVED", "resolution": "INVALID" }, + "ask-flag-status-20": { + "name": "Asking for status-2.0", + "position": "dropDown", + "comment": "Asking for status-2.0 flag approval", + "askFlag": "status2.0" + }, "profile-location": { "name": "Profile Location text and link", "position": "dropDown", @@ -26,9 +32,7 @@ "resolution": "INCOMPLETE" } }, - "thunderbird": { - - }, + "thunderbird": {}, "calendar": { "console-log": { "name": "Calendar Console Log", @@ -42,12 +46,12 @@ "removeKeyword": "checkin-needed", "status": "RESOLVED", "resolution": "FIXED", - "comment": "Pushed to comm-central \n\n-> FIXED" + "comment": "Pushed to comm-central \u000a\u000a-> FIXED" }, "what-version": { "name": "Using what version?", "position": "dropDown", - "comment": "Please tell us what version you are using:\n\n* Thunderbird\n* Lightning\n* Provider for Google Calendar" + "comment": "Please tell us what version you are using:\u000a\u000a* Thunderbird\u000a* Lightning\u000a* Provider for Google Calendar" }, "retest-nightly": { "name": "Retest with nightly", @@ -74,15 +78,11 @@ "parseAbrtBacktraces": true, "verboseInlineHistory": true, "submitsLogging": false, - "suspiciousComponents": [ - - ], + "suspiciousComponents": [], "enabledPackages": { "bugzilla.mozilla.org": "all" }, - "downloadJSON": [ - - ], + "downloadJSON": [], "objectStyle": "MoFo", "matches": [ "https://bugzilla.redhat.com/show_bug.cgi.*", @@ -90,7 +90,5 @@ ], "signature": "" }, - "constantData": { - - } + "constantData": {} } -- cgit