From d99cf0864ee83dacf23390f7daaa7a8b4ec45739 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Wed, 6 Nov 2019 18:22:18 -0500 Subject: [PATCH] MM-19477: update manifest documentation example (#13016) Illustrate `homepage_url`, `support_url`, and `icon_path` in the GoDoc for model.Manifest. Relates-to: https://mattermost.atlassian.net/browse/MM-19477 --- model/manifest.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/manifest.go b/model/manifest.go index c0eced6920..74f75a5c14 100644 --- a/model/manifest.go +++ b/model/manifest.go @@ -91,6 +91,9 @@ type PluginSettingsSchema struct { // "id": "com.mycompany.myplugin", // "name": "My Plugin", // "description": "This is my plugin", +// "homepage_url": "https://example.com", +// "support_url": "https://example.com/support", +// "icon_path": "assets/logo.svg", // "version": "0.1.0", // "min_server_version": "5.6.0", // "server": {