Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 543 Bytes

2021-11-23-cms-listing-will-now-save-user-settings-user-settings-mixin.md

File metadata and controls

10 lines (10 loc) · 543 Bytes
title issue
CMS listing will now save user settings + user settings mixin
NEXT-10149

Administration

  • Added user-settings.mixin.js to have an easier way to access user settings for custom use, providing the following methods:
    • getUserSettingsEntity, which provides the whole user settings entity
    • getUserSettings, which provides just the values of the user settings entity
    • saveUserSettings, saves the user settings values
  • Added saving of user settings (grid mode, column display, sorting) for the sw-cms-list