2018-04-20 17:52:22 -05:00
|
|
|
[model]
|
|
|
|
name = Plugin Category
|
2018-04-23 16:44:05 -05:00
|
|
|
inherits = page
|
2018-04-20 17:52:22 -05:00
|
|
|
label = {{ this.name }}
|
|
|
|
hidden = yes
|
|
|
|
|
|
|
|
[children]
|
|
|
|
replaced_with = site.query('/plugins').filter(F.categories.contains(this))
|