2017-11-21 05:53:09 -05:00
|
|
|
import NotificationOptionsComponent from "select-kit/components/notifications-button";
|
2017-10-20 08:34:10 -04:00
|
|
|
|
|
|
|
export default NotificationOptionsComponent.extend({
|
2020-02-03 08:22:14 -05:00
|
|
|
pluginApiIdentifiers: ["group-notifications-button"],
|
2017-10-20 08:34:10 -04:00
|
|
|
classNames: ["group-notifications-button"],
|
|
|
|
|
2020-02-03 08:22:14 -05:00
|
|
|
selectKitOptions: {
|
|
|
|
i18nPrefix: "i18nPrefix"
|
|
|
|
},
|
|
|
|
|
|
|
|
i18nPrefix: "groups.notifications"
|
2017-10-20 08:34:10 -04:00
|
|
|
});
|