Skip to content

Commit

Permalink
Add list_export for Snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored and laymonage committed Jan 26, 2024
1 parent d88b0b5 commit 3163c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bakerydemo/base/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class PersonViewSet(SnippetViewSet):
list_filter = {
"job_title": ["icontains"],
}
list_export = ("first_name", "last_name", "job_title")


class FooterTextViewSet(SnippetViewSet):
Expand Down

0 comments on commit 3163c11

Please sign in to comment.