Cloud Freemium - Integrations (#20185)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
54a88fb532
Коммит
ea5bfe3fd9
13
model/plugin_constants.go
Обычный файл
13
model/plugin_constants.go
Обычный файл
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
package model
|
||||
|
||||
const (
|
||||
PluginIdPlaybooks = "playbooks"
|
||||
PluginIdFocalboard = "focalboard"
|
||||
PluginIdApps = "com.mattermost.apps"
|
||||
PluginIdCalls = "com.mattermost.calls"
|
||||
PluginIdNPS = "com.mattermost.nps"
|
||||
PluginIdChannelExport = "com.mattermost.plugin-channel-export"
|
||||
)
|
||||
Ссылка в новой задаче
Block a user