<Preferences />
By default, Novu will show the subscriber preferences cog icon on the Inbox component.
Users can enable/disable any active channel in the workflow using subscriber preferences or they can update the preference globally for all workflows under the Global Preferences
.
Preferences Component
The Preferences
component is used to display the subscriber preferences, use it when you want to render preference in another part of your application or a custom layout for the Inbox.
Filtering preferences
You can filter the preferences visible by the user by specifying the preferenceFilter
on the Inbox
component, learn more about it here
Hide global preferences
Global subscriber preferences are shown by default, it can hidden by using below code in global css file
Hide specific channel preferences
To hide any specific channel preferences from all workflows preferences and globaal preferences, below css code can be used in global css file
Was this page helpful?