We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2313df commit 3f0aac0Copy full SHA for 3f0aac0
models/author.ini
@@ -0,0 +1,11 @@
1
+[model]
2
+name = Author
3
+label = {{ this.name }}
4
+hidden = yes
5
+
6
+[children]
7
+replaced_with = site.query('/tech-blog-archives').filter(F.author.contains(this))
8
9
+[fields.name]
10
+label = Name
11
+type = string
models/authors.ini
@@ -0,0 +1,9 @@
+name = Authors
+label = Authors
+protected = yes
+model = author
+order_by = name
0 commit comments