diff --git a/flags.yml b/flags.yml index f14edbdaddd..bc0e95db126 100644 --- a/flags.yml +++ b/flags.yml @@ -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 diff --git a/kit/feature/list.go b/kit/feature/list.go index d381bd57759..b03fb6f649b 100644 --- a/kit/feature/list.go +++ b/kit/feature/list.go @@ -33,8 +33,8 @@ func BackendExample() BoolFlag { var communityTemplates = MakeBoolFlag( "Community Templates", "communityTemplates", - "Bucky, Johnny Steenbergen (Berg)", - false, + "Bucky", + true, Permanent, true, )