wagtail/docs/reference/contrib/index.md

66 wiersze
1.4 KiB
Markdown

# Contrib modules
2015-02-19 17:07:21 +00:00
Wagtail ships with a variety of extra optional modules.
2014-07-25 14:26:35 +00:00
```{toctree}
---
maxdepth: 2
---
settings
forms/index
sitemaps
frontendcache
routablepage
searchpromotions
simple_translation
table_block
typed_table_block
redirects
legacy_richtext
```
## [](settings)
Settings that are editable by administrators within the Wagtail admin - either
site-specific or generic across all sites.
## [](forms/index)
Allows forms to be created by admins and provides an interface for browsing form submissions.
## [](sitemaps)
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
## [](frontendcache)
2015-02-19 17:07:21 +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
## [](routablepage)
2015-03-26 13:53:50 +00:00
Provides a way of embedding Django URLconfs into pages.
## [](searchpromotions)
2015-07-06 10:35:38 +00:00
2016-05-01 23:48:53 +00:00
A module for managing "Promoted Search Results"
## [](simple_translation.md)
2021-04-14 07:56:00 +00:00
A module for copying translatables (pages and snippets) to another language.
## [](table_block)
2016-05-01 23:48:53 +00:00
Provides a TableBlock for adding HTML tables to pages.
## [](typed_table_block)
2021-10-11 14:16:01 +00:00
Provides a StreamField block for authoring tables, where cells can be any block type including rich text.
## [](redirects.md)
Provides a way to manage redirects.
## [](legacy_richtext)
Provides the legacy richtext wrapper (`<div class="rich-text"></div>`).