Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
25.66 KB
MD5: 35b2763c9055d2654f74b7eac00cd379
SHA-1: 6c8a8fe107f925d5af65d0d5561de2ed1e8ec907
SHA-256: 2e04a16a9bdad7750cbbad83f6f718a30d6145a742f4b6b8bd89f6b5d3958c95
Download zip
55.4 KB
MD5: b295e14dcaa318f8e4acc91c0cb966c4
SHA-1: f960d2df4d46c2b6d39ca24e479b87050d4805ef
SHA-256: 22cce962d39f01698334aaf2ee820cf3249fc7c9c592663c9057ecd97d45d8e2
Release notes
Issue #3484146: Preparing content for a notification can easily fail
Important note:
If you use the Push Framework for alert notifications, be sure you add the following:
- Create a new display view mode for content
PagecalledPush Framework - In the Page content manage display, just add title and body to the new mode
Push Framework - In the system settings of
Push Frameworkset the new mode for content in display modes
You can see a technical description in the new config files located in the config/install folder.
We discussed writing an update hook for this, but finally we decided against it, because it is too complex and could break existing installations, and the manual way does not hurt.