We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb04f5 commit 5ec8c88Copy full SHA for 5ec8c88
authors/models.py
@@ -188,6 +188,17 @@ class AuthorPage(RoutablePageMixin, Page):
188
heading="Optional Stuff",
189
),
190
]
191
+
192
+ promote_panels = Page.promote_panels + [
193
+ MultiFieldPanel(
194
+ [
195
+ FieldPanel("noindex"),
196
+ ],
197
+ heading="Special search engine-related meta tagging",
198
+ ),
199
+ ]
200
201
202
#-----Search fields etc-----
203
#See https://docs.wagtail.org/en/stable/topics/search/indexing.html
204
search_fields = Page.search_fields + [
0 commit comments