From 81c1fad4d4fcc48eebc61905fe4a6226350edd88 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 1 Dec 2017 23:20:11 -0800 Subject: Revert "Hash key for plugin store table and limit plugin ID length (#7915)" (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa. --- model/manifest.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'model/manifest.go') diff --git a/model/manifest.go b/model/manifest.go index 7d28f6dc7..121d3e0d2 100644 --- a/model/manifest.go +++ b/model/manifest.go @@ -102,9 +102,8 @@ type PluginSettingsSchema struct { // help_text: When true, an extra thing will be enabled! // default: false type Manifest struct { - // The id is a globally unique identifier that represents your plugin. Ids are limited - // to 200 characters. Reverse-DNS notation using a name you control is a good option. - // For example, "com.mycompany.myplugin". + // The id is a globally unique identifier that represents your plugin. Reverse-DNS notation + // using a name you control is a good option. For example, "com.mycompany.myplugin". Id string `json:"id" yaml:"id"` // The name to be displayed for the plugin. -- cgit v1.2.3-1-g7c22