2018-04-21 00:52:22 +02:00
|
|
|
[model]
|
|
|
|
name = Plugin
|
|
|
|
label = {{ this.title }}
|
|
|
|
|
|
|
|
[children]
|
|
|
|
enabled = no
|
|
|
|
|
2018-04-23 19:10:46 +02:00
|
|
|
[fields.name]
|
|
|
|
label = Plugin Name (as it appears when you install it)
|
2018-04-21 00:52:22 +02:00
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
2018-05-03 22:51:52 +02:00
|
|
|
[fields.summary]
|
2018-05-06 22:01:08 +02:00
|
|
|
label = Summary of the plugin. If not supplied here, it will be pulled from the package data on PyPI.
|
2018-05-03 22:51:52 +02:00
|
|
|
type = html
|
|
|
|
size = large
|
|
|
|
|
2018-04-21 00:52:22 +02:00
|
|
|
[fields.official]
|
|
|
|
label = Official
|
|
|
|
type = boolean
|
|
|
|
checkbox_label = If true, then the plugin will be marked as official.
|
|
|
|
default = false
|
2018-05-03 22:51:52 +02:00
|
|
|
width = 1/4
|
|
|
|
|
|
|
|
[fields.allow_comments]
|
|
|
|
label = Allow Comments
|
|
|
|
type = boolean
|
|
|
|
default = yes
|
|
|
|
checkbox_label = Show comment box
|
|
|
|
width = 1/4
|
2018-04-21 00:52:22 +02:00
|
|
|
|
|
|
|
[fields.categories]
|
|
|
|
label = Categories
|
|
|
|
type = select
|
|
|
|
source = site.query('/plugin-categories')
|
2018-05-04 06:50:36 +02:00
|
|
|
|
|
|
|
[fields.tags]
|
2018-05-06 22:01:08 +02:00
|
|
|
label = Tags used on this site. New line separated. These are not the keywords in setup.py, which are used on PyPI.
|
2018-05-04 06:50:36 +02:00
|
|
|
type = strings
|