Skip to content
Snippets Groups Projects
Commit 711c2640 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

copy changes.

parent bdf3dc2b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ var TIMEZONES = [
var EXTRA_SETTINGS_METADATA = {
"site-name": { display_name: "Site Name", section: "General", index: 0, type: "string" },
"-site-url": { display_name: "Site URL", section: "General", index: 1, type: "string" },
"admin-email": { display_name: "Admin Email", section: "General", index: 2, type: "string" },
"admin-email": { display_name: "Email Address for Help Requests", section: "General", index: 2, type: "string" },
"report-timezone": { display_name: "Report Timezone", section: "General", index: 3, type: "select", options: TIMEZONES, placeholder: "Select a timezone" },
"anon-tracking-enabled":{ display_name: "Anonymous Tracking", section: "General", index: 4, type: "boolean" },
"email-smtp-host": { display_name: "SMTP Host", section: "Email", index: 0, type: "string" },
......
......@@ -32,7 +32,7 @@
(defsetting -site-url "The base URL of this Metabase instance, e.g. \"http://metabase.my-company.com\"")
(defsetting admin-email "The email address of the administrator for this Metabase.")
(defsetting admin-email "The email address users should be referred to if they encounter a problem.")
(defsetting anon-tracking-enabled "Enable the collection of anonymous usage data in order to help Metabase improve." "true")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment