Этот коммит содержится в:
Hanzei
2019-01-23 08:46:37 -04:00
коммит произвёл GitHub
родитель 6325c5b569
Коммит 684e4cb007

Просмотреть файл

@@ -130,6 +130,9 @@ type Manifest struct {
// To allow administrators to configure your plugin via the Mattermost system console, you can
// provide your settings schema.
SettingsSchema *PluginSettingsSchema `json:"settings_schema,omitempty" yaml:"settings_schema,omitempty"`
// Plugins can store any kind of data in Props to allow other plugins to use it.
Props map[string]interface{} `json:"props,omitempty" yaml:"props,omitempty"`
}
type ManifestServer struct {