UNPKG

nodebb-plugin-ns-awards-next

Version:

System for rewarding forum users. It allows admin to define set of awards that could be granted to users for special accomplishments.

8 lines (4 loc) 223 B
export const ACTIVITY_LIMIT = 'activityLimit'; export const MAX_REWARDS_PER_ACCOUNT = 'maxRewardsPerAccount'; export const MAX_REWARDS_PER_POST = 'maxRewardsPerPost'; export const NOTIFICATION_TEXT = 'notificationText';