dnscms: increase page size and max page size for wagtail-grapple

This commit is contained in:
2025-11-19 20:09:55 +01:00
parent ca341f5f22
commit 8506fd1c2d

View File

@@ -207,6 +207,8 @@ GRAPPLE = {
"sponsors", "sponsors",
], ],
"EXPOSE_GRAPHIQL": True, "EXPOSE_GRAPHIQL": True,
"PAGE_SIZE": 100,
"MAX_PAGE_SIZE": 5000,
} }
# Wgtail WordPress import # Wgtail WordPress import