2
0

index.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Contrib modules
  2. ===============
  3. Wagtail ships with a variety of extra optional modules.
  4. .. toctree::
  5. :maxdepth: 2
  6. settings
  7. forms/index
  8. sitemaps
  9. frontendcache
  10. routablepage
  11. api/index
  12. modeladmin/index
  13. postgres_search
  14. searchpromotions
  15. table_block
  16. :doc:`settings`
  17. ---------------
  18. Site-wide settings that are editable by administrators in the Wagtail admin.
  19. :doc:`forms/index`
  20. ------------------
  21. Allows forms to be created by admins and provides an interface for browsing form submissions.
  22. :doc:`sitemaps`
  23. ---------------
  24. Provides a view that generates a Google XML sitemap of your public Wagtail content.
  25. :doc:`frontendcache`
  26. --------------------
  27. A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
  28. :doc:`routablepage`
  29. -------------------
  30. Provides a way of embedding Django URLconfs into pages.
  31. :doc:`api/index`
  32. ----------------
  33. A module for adding a read only, JSON based web API to your Wagtail site
  34. :doc:`modeladmin/index`
  35. -----------------------
  36. A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
  37. :doc:`searchpromotions`
  38. -----------------------
  39. A module for managing "Promoted Search Results"
  40. :doc:`table_block`
  41. -----------------------
  42. Provides a TableBlock for adding HTML tables to pages.