File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ type Metadata struct {
9090 License string `yaml:"license" json:"license"`
9191 Description string `yaml:"description,omitempty" json:"description,omitempty"`
9292 Website string `yaml:"website,omitempty" json:"website,omitempty"`
93+ Icon string `yaml:"icon,omitempty"`
9394}
9495
9596// --- Plugin Specific Structs ---
@@ -111,7 +112,6 @@ type PluginSpecification struct {
111112 Name string `yaml:"name"`
112113 Version string `yaml:"version"`
113114 IntegrationType integration.Type `yaml:"integration_type,omitempty"`
114- Icon string `yaml:"icon,omitempty"`
115115 SupportedPlatformVersions []string `yaml:"supported_platform_versions"`
116116 Metadata Metadata `yaml:"metadata"`
117117 Components PluginComponents `yaml:"components"`
You can’t perform that action at this time.
0 commit comments