diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-08-11 19:31:49 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-08-11 19:31:49 +0200 |
commit | fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63 (patch) | |
tree | 85d583e196cce1c85a9c985e3f6ce7f39269819b /extensions/MozReview/template/en/default/admin/params | |
parent | 589ec37a32d8687d612eedd107748b7afadd07fd (diff) | |
download | bugzilla-fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63.tar.gz bugzilla-fa7ae98d1b2e83e88b2861f0826dc89e5b3bbd63.tar.xz |
Bug 1184332 - Add Restricted API calls for MozReview
Diffstat (limited to 'extensions/MozReview/template/en/default/admin/params')
-rw-r--r-- | extensions/MozReview/template/en/default/admin/params/mozreview.html.tmpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extensions/MozReview/template/en/default/admin/params/mozreview.html.tmpl b/extensions/MozReview/template/en/default/admin/params/mozreview.html.tmpl new file mode 100644 index 000000000..4a35555a4 --- /dev/null +++ b/extensions/MozReview/template/en/default/admin/params/mozreview.html.tmpl @@ -0,0 +1,20 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% + title = "MozReview" + desc = "Configure MozReview" +%] + +[% + param_descs = { + mozreview_base_url => 'MozReview Base URL', + mozreview_auth_callback_url => 'MozReview Auth Delegation URL', + mozreview_app_id => 'app_id for API Keys delegated to MozReview', + } +%] |