mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-54183] Remove deprecated Manifest.RequiredConfig field (#24319)
This commit is contained in:
parent
2e449413e8
commit
ef89e9601c
@ -188,12 +188,6 @@ type Manifest struct {
|
||||
|
||||
// Plugins can store any kind of data in Props to allow other plugins to use it.
|
||||
Props map[string]any `json:"props,omitempty" yaml:"props,omitempty"`
|
||||
|
||||
// RequiredConfig defines any required server configuration fields for the plugin to function properly.
|
||||
//
|
||||
// Deprecated: The required server configuration fields should be checked using custom code.
|
||||
// This field will get removed in the next major release.
|
||||
RequiredConfig *Config `json:"required_configuration,omitempty" yaml:"required_configuration,omitempty"`
|
||||
}
|
||||
|
||||
type ManifestServer struct {
|
||||
|
Loading…
Reference in New Issue
Block a user