fix typo I introduced while removing typos

pull/1778/merge
Matt Westcott 2015-10-05 21:12:21 +01:00
rodzic 7d67e4b448
commit 3cbee6c66c
1 zmienionych plików z 1 dodań i 1 usunięć
docs/topics

Wyświetl plik

@ -135,7 +135,7 @@ There are a few attributes for defining how the page's fields will be arranged i
- ``promote_panels`` - For metadata, such as tags, thumbnail image and SEO title
- ``settings_panels`` - For settings, such as publish date
Each of these attributes is set to list of ``EditHandler`` objects, which defines which fields appear on which tabs and how they are structured on each tab.
Each of these attributes is set to a list of ``EditHandler`` objects, which defines which fields appear on which tabs and how they are structured on each tab.
Here's a summary of the ``EditHandler`` classes that Wagtail provides out of the box. See :doc:`/reference/pages/panels` for full descriptions.