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