[pluginlist-update] Tweaking plugin model labels.
This commit is contained in:
parent
f6caaa8875
commit
064d3764bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue