[pluginlist-update] Tweaking plugin model labels.

This commit is contained in:
Joseph Nix 2018-05-06 15:01:08 -05:00
parent f6caaa8875
commit 064d3764bb
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ type = string
size = large size = large
[fields.summary] [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 type = html
size = large size = large
@ -35,4 +35,5 @@ type = select
source = site.query('/plugin-categories') source = site.query('/plugin-categories')
[fields.tags] [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 type = strings