wagtail/docs/topics
Andy Chosak b376a7b65d
Don't duplicate snippets in "Snippets" menu
This change alters the behavior of the sidebar "Snippets" menu such that
the snippet index view doesn't include snippet models that have been
configured with their own menu item.

Currently, the "Snippets" menu doesn't appear if all snippet models have
their own menu items; however, if some models do and some don't, the
snippets index view lists all of them, causing some duplication in the
UI which could be confusing for editors.

This commit changes this behavior so that "Snippets" is only used to
edit those snippet models that aren't editable elsewhere.

A new setting (WAGTAILSNIPPETS_MENU_SHOW_ALL) has been added to always
show the snippets menu and all snippets models. This setting will allow
for continuation of the current behavior for those users that desire it.

Closes issue 11340.
2025-04-17 14:31:31 +01:00
..
search Clarify lack of support for filtering across relations in RelatedFields docs 2025-01-21 11:07:12 +00:00
snippets Don't duplicate snippets in "Snippets" menu 2025-04-17 14:31:31 +01:00
images.md Update accessibility concerns docs in light of GSOC contextual alt text project 2025-01-20 11:46:54 +00:00
index.md
pages.md Docs - Update spelling to US customize variants 2024-10-29 18:47:43 +10:00
permissions.md Fix crash when loading the dashboard with only the "unlock" page permission 2025-01-07 12:03:11 +00:00
streamfield.md Fix typo in preview blocks documentation 2025-03-24 10:01:52 +01:00
writing_templates.md Fix typo: Replace 'another field' with 'an author field' in writing_templates documentation (#12799) 2025-01-21 20:35:26 +00:00