diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 6f91a7c7..e8a6bde1 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -58,6 +58,14 @@ func InitSettings() { Access: model.PUBLIC, Group: model.FRONT, }, + { + Key: "announcement", + Value: "This is a test announcement.", + Description: "announcement message", + Type: "text", + Access: model.PUBLIC, + Group: model.FRONT, + }, { Key: "text types", Value: strings.Join(conf.TextTypes, ","),