From 064d3764bb84da63af8924d8cb499fa6b1bb3a6f Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Sun, 6 May 2018 15:01:08 -0500 Subject: [PATCH] [pluginlist-update] Tweaking plugin model labels. --- models/plugin.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/plugin.ini b/models/plugin.ini index 50318e43..1101a9ed 100644 --- a/models/plugin.ini +++ b/models/plugin.ini @@ -11,7 +11,7 @@ type = string size = large [fields.summary] -label = Summary of the plugin (if not supplied here, it will be pulled from the package data on PyPI) +label = Summary of the plugin. If not supplied here, it will be pulled from the package data on PyPI. type = html size = large @@ -35,4 +35,5 @@ type = select source = site.query('/plugin-categories') [fields.tags] +label = Tags used on this site. New line separated. These are not the keywords in setup.py, which are used on PyPI. type = strings