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