Notification Banners

v1.3.0 is released now.

Make sure to test it before deploying to production.

Notable changes:

  • Banners are now sorted as they are displayed on the settings page. Instead of the “Display order” field, now you can sort the banners using the native re-ordering buttons.

  • Changed the behavior of the Audience field:

    Select which user groups can see this banner. You must select at least one group.

    To show to all users and visitors: Select the everyone group.

    Important note on Trust Levels: Selecting a Trust Level (e.g., trust_level_3) will show the banner only to users at that exact level. It does not include users at higher or lower levels.

  • Changed default Splide carousel options:
    before:

    { "arrows": false, "autoHeight": true, "autoplay": true, "direction": "ttb", "focus": "center", "height": "15vh", "gap": 0, "type": "loop" }
    

    after:

    { "autoHeight": true, "height": "8rem", "arrows": false, "autoplay": true, "direction": "ttb", "focus": "center", "gap": 0, "type": "loop" }
    
2 Likes