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