Our portfolio products all have a dark theme and a light theme, and we were hoping PX is working on a way to notice the theme the user has selected, and thus allows us to use audience rules on the KCB and/or engagements to display an appropriate experience. Is this on the roadmap or being discussed in any way?
PX Engagement Design - Ability for engagements (KCB and otherwise) to honor thematic UI changes
Thanks for posting
Some sample, since JavaScript code that your developers could consider adding to your application(s) would be as follows:
// Setting Global Context (Update a property)
aptrinsic('set', 'globalContext', {"theme":”dark”});
… OR …
aptrinsic('set', 'globalContext', {"theme":”light”});
Reply
Login to the community
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.