You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Wagtail page types, such as the StandardPage, have the ability to display an automatically generated sitemap of child pages. An example of such a page is the Using Regenstein page. We need this functionality enabled for ExhibitPages.
The relevant fields for this are theenable_index and display_hierarchical_listing fields defined in the PublicBasePage. They can be edited in the "Widgets" tab of page admin:
Additional information:
Since these fields already exist in the ExhibitPage model, they only need to be enabled in the admin, e.g.:
Since ExhibitPages do not have a "Widgets" tab we will have to decide if we prefer to enable this functionality in one of the existing tabs or if we want to create a "Widgets" tab to maintain consistency with other page types. Talk to @dbietila about this before implementing.
The text was updated successfully, but these errors were encountered:
Issue
Some Wagtail page types, such as the
StandardPage
, have the ability to display an automatically generated sitemap of child pages. An example of such a page is the Using Regenstein page. We need this functionality enabled forExhibitPages
.The relevant fields for this are the
enable_index
anddisplay_hierarchical_listing
fields defined in thePublicBasePage
. They can be edited in the "Widgets" tab of page admin:Additional information:
Since these fields already exist in the
ExhibitPage
model, they only need to be enabled in the admin, e.g.:Since
ExhibitPages
do not have a "Widgets" tab we will have to decide if we prefer to enable this functionality in one of the existing tabs or if we want to create a "Widgets" tab to maintain consistency with other page types. Talk to @dbietila about this before implementing.The text was updated successfully, but these errors were encountered: