Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
The Release Notification Module serves to provide a notification delivery platform for displaying new features of a Magento installation or upgrade as well as any other required release notifications.
Release notification content is maintained by Magento for each Magento version, edition, and locale. To retrieve the content, a response is returned from a request with the following parameters:
The module will make three attempts to retrieve content for the parameters in the order listed:
If there is no content to be retrieved after these requests, the release notification modal will not be displayed to the admin user.
The modal system in the ReleaseNotification module can have up to four modal pages. The admin user can navigate between pages using the "< Prev" and "Next >" buttons at the bottom of the modal. The last modal page will have a "Done" button that will close the modal and record that the admin user has seen the notification.
Each modal page can have the following optional content:
The Sub Heading section is ideally used on the first modal page as a way to describe one to three highlighted features that will be presented in greater detail on the following modal pages. It is recommended to use the Main Content -> Text Body and Bullet Point lists as the paragraph and list content displayed on a highlighted feature's detail modal page.
A clickable link to internal or external content in any text field will be created by using the following format and opened in a new browser tab. Providing the URL for the link followed by the text to be displayed for that link in brackets will cause a clickable link to be created. The text between the brackets [text] will be the text that the clickable link shows.
The text: http://devdocs.magento.com/ [Magento DevDocs].
will appear as Magento DevDocs.