2015-02-19 17:07:21 +00:00
|
|
|
Contrib modules
|
|
|
|
===============
|
|
|
|
|
2016-11-28 01:40:15 +00:00
|
|
|
Wagtail ships with a variety of extra optional modules.
|
2014-07-25 14:26:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-09-30 05:28:33 +00:00
|
|
|
settings
|
2016-12-21 12:51:58 +00:00
|
|
|
forms/index
|
2015-03-26 13:56:43 +00:00
|
|
|
sitemaps
|
2014-10-08 10:32:44 +00:00
|
|
|
frontendcache
|
2015-03-26 13:53:50 +00:00
|
|
|
routablepage
|
2016-08-08 20:19:33 +00:00
|
|
|
modeladmin/index
|
2015-07-07 15:25:06 +00:00
|
|
|
searchpromotions
|
2021-04-14 07:56:00 +00:00
|
|
|
simple_translation
|
2016-05-01 23:48:53 +00:00
|
|
|
table_block
|
2021-10-11 14:16:01 +00:00
|
|
|
typed_table_block
|
2018-08-26 15:28:55 +00:00
|
|
|
redirects
|
2020-05-16 19:35:22 +00:00
|
|
|
legacy_richtext
|
2014-07-25 14:38:53 +00:00
|
|
|
|
2015-02-19 17:07:21 +00:00
|
|
|
|
2015-09-30 05:28:33 +00:00
|
|
|
:doc:`settings`
|
|
|
|
---------------
|
|
|
|
|
|
|
|
Site-wide settings that are editable by administrators in the Wagtail admin.
|
|
|
|
|
|
|
|
|
2016-12-21 12:51:58 +00:00
|
|
|
:doc:`forms/index`
|
|
|
|
------------------
|
2015-05-29 13:35:37 +00:00
|
|
|
|
|
|
|
Allows forms to be created by admins and provides an interface for browsing form submissions.
|
|
|
|
|
|
|
|
|
2015-03-26 13:56:43 +00:00
|
|
|
:doc:`sitemaps`
|
2015-05-14 15:01:03 +00:00
|
|
|
---------------
|
2015-02-19 17:07:21 +00:00
|
|
|
|
2016-05-01 23:48:53 +00:00
|
|
|
Provides a view that generates a Google XML sitemap of your public Wagtail content.
|
2015-02-19 17:07:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
:doc:`frontendcache`
|
2015-05-14 15:01:03 +00:00
|
|
|
--------------------
|
2015-02-19 17:07:21 +00:00
|
|
|
|
2016-08-29 14:15:27 +00:00
|
|
|
A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
|
2015-03-26 13:53:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
:doc:`routablepage`
|
2015-05-14 15:01:03 +00:00
|
|
|
-------------------
|
2015-03-26 13:53:50 +00:00
|
|
|
|
|
|
|
Provides a way of embedding Django URLconfs into pages.
|
2015-03-02 10:19:58 +00:00
|
|
|
|
|
|
|
|
2015-07-06 10:35:38 +00:00
|
|
|
|
2016-08-08 20:19:33 +00:00
|
|
|
:doc:`modeladmin/index`
|
|
|
|
-----------------------
|
2016-04-13 06:01:04 +00:00
|
|
|
|
|
|
|
A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
|
|
|
|
|
|
|
|
|
2015-07-07 15:25:06 +00:00
|
|
|
:doc:`searchpromotions`
|
|
|
|
-----------------------
|
2015-07-06 10:35:38 +00:00
|
|
|
|
2016-05-01 23:48:53 +00:00
|
|
|
A module for managing "Promoted Search Results"
|
|
|
|
|
|
|
|
|
2021-04-14 07:56:00 +00:00
|
|
|
:doc:`simple_translation`
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
A module for copying translatables (pages and snippets) to another language.
|
|
|
|
|
|
|
|
|
2016-05-01 23:48:53 +00:00
|
|
|
:doc:`table_block`
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
Provides a TableBlock for adding HTML tables to pages.
|
2018-08-26 15:28:55 +00:00
|
|
|
|
|
|
|
|
2021-10-11 14:16:01 +00:00
|
|
|
:doc:`typed_table_block`
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
Provides a StreamField block for authoring tables, where cells can be any block type including rich text.
|
|
|
|
|
|
|
|
|
2018-08-26 15:28:55 +00:00
|
|
|
:doc:`redirects`
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
Provides a way to manage redirects.
|
2020-05-16 19:35:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
:doc:`legacy_richtext`
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
Provides the legacy richtext wrapper (``<div class="rich-text"></div>``).
|