mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 02:13:26 -05:00
11 lines
315 B
JavaScript
11 lines
315 B
JavaScript
import NotificationOptionsComponent from "select-kit/components/notifications-button";
|
|
|
|
export default NotificationOptionsComponent.extend({
|
|
pluginApiIdentifiers: ["group-notifications-button"],
|
|
classNames: ["group-notifications-button"],
|
|
|
|
selectKitOptions: {
|
|
i18nPrefix: "groups.notifications",
|
|
},
|
|
});
|