feat: turn on community templates

pull/19647/head
Bucky Schwarz 2020-09-24 12:32:32 -07:00 committed by Bucky Schwarz
parent bc4bae3738
commit 838b3ea1b9
3 changed files with 9 additions and 8 deletions

View File

@ -36,6 +36,7 @@ need to update any InfluxDB CLI config profiles with the new port number.
1. [19506](https://github.com/influxdata/influxdb/pull/19506): Add TSM 1.x storage options as flags
1. [19508](https://github.com/influxdata/influxdb/pull/19508): Add subset of InfluxQL coordinator options as flags
1. [19457](https://github.com/influxdata/influxdb/pull/19457): Add ability to export resources by name via the CLI
1. [19640](https://github.com/influxdata/influxdb/pull/19640): Turn on Community Templates
### Bug Fixes

View File

@ -31,9 +31,9 @@
- name: Community Templates
description: Replace current template uploading functionality with community driven templates
key: communityTemplates
default: false
default: true
expose: true
contact: Bucky, Johnny Steenbergen (Berg)
contact: Bucky
lifetime: permanent
- name: Frontend Example

View File

@ -33,8 +33,8 @@ func BackendExample() BoolFlag {
var communityTemplates = MakeBoolFlag(
"Community Templates",
"communityTemplates",
"Bucky, Johnny Steenbergen (Berg)",
false,
"Bucky",
true,
Permanent,
true,
)