Turn On/Off Next Experience UI Toggle button - glide.ui.polaris.on_off_user_pref_enabled property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 02:07 AM
I want to make this property "glide.ui.polaris.on_off_user_pref_enabled" - which creates Turn On/Off Next Experience UI Toggle button in Preferences >> Display.
And I want this should visible/accessible only for users with Admin Role. Except Admins no one should be able to see this toggle button in their instance I've tried in many ways but couldn't achieve this.
Can anyone guide me how can I achieve this kindly suggest .
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 01:20 PM
This worked great- thanks!
Instead of mapping it to a module, I made it a custom slashcommand for SNUtils. Either way I can confirm this only changes the preference for the user and not the entire system which for me is ideal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 11:59 AM
This is nifty. Thanks!