|
@@ -11,6 +11,18 @@ Wagtail 4.1 is designated a Long Term Support (LTS) release. Long Term Support r
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
+### "What's New" dashboard banner and "Help" menu
|
|
|
+
|
|
|
+To help with onboarding new users, Wagtail now displays a banner on the dashboard, pointing users to our Editor Guide. The sidebar also contains a new "Help" menu item with a prominent indicator to call attention to the new content: a "What’s new" page showcasing new features, and a link to the Editor Guide.
|
|
|
+
|
|
|
+Users can dismiss the new banner and the sidebar items’ indicators by interacting with the corresponding UI element. We store the state in the user’s profile so we only call attention to the content once.
|
|
|
+
|
|
|
+To turn off the new banner, set [`WAGTAIL_ENABLE_WHATS_NEW_BANNER`](wagtail_enable_whats_new_banner) to `False` in your settings. The new menu items can be removed and customised with the following hooks:
|
|
|
+
|
|
|
+- [`register_help_menu_item`](register_help_menu_item) – to add new items to the "Help" menu
|
|
|
+- [`construct_help_menu`](construct_help_menu) – to change or remove existing items from the "Help" menu
|
|
|
+- [`construct_main_menu`](construct_main_menu) – to remove the new "Help" menu altogether
|
|
|
+
|
|
|
### New UI for scheduled publishing
|
|
|
|
|
|
Scheduled publishing settings can now be found within the Status side panel of the page editing view. This change aims to improve clarity over who is able to set schedules, and when they take effect. This feature was developed by Sage Abdullah.
|