feat: turn on community templates
parent
bc4bae3738
commit
838b3ea1b9
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -33,8 +33,8 @@ func BackendExample() BoolFlag {
|
|||
var communityTemplates = MakeBoolFlag(
|
||||
"Community Templates",
|
||||
"communityTemplates",
|
||||
"Bucky, Johnny Steenbergen (Berg)",
|
||||
false,
|
||||
"Bucky",
|
||||
true,
|
||||
Permanent,
|
||||
true,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue