UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

23 lines (22 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MODERATE_CONTRIBUTION_DELETED = exports.MODERATE_CONTRIBUTION_HIDDEN = exports.SUSPEND_NOTIFICATION_EVENT = exports.SUSPEND_NOTIFICATION_CONTRIBUTION = exports.RESTORE_CONTRIBUTION = exports.DELETE_CONTRIBUTION = exports.EDIT_CONTRIBUTION = exports.GET_CONTRIBUTION_PERMALINK = exports.DELETE_CONTRIBUTION_SECTION = exports.HIDE_CONTRIBUTION_SECTION = exports.FLAG_CONTRIBUTION_SECTION = exports.GENERAL_SECTION = void 0; /** * Sections * @type {string} */ exports.GENERAL_SECTION = '_general_section'; exports.FLAG_CONTRIBUTION_SECTION = '_flag_contribution_section'; exports.HIDE_CONTRIBUTION_SECTION = '_hide_contribution_section'; exports.DELETE_CONTRIBUTION_SECTION = '_delete_contribution_section'; /** * Actions */ exports.GET_CONTRIBUTION_PERMALINK = '_get_permalink'; exports.EDIT_CONTRIBUTION = '_edit_contribution'; exports.DELETE_CONTRIBUTION = '_delete_contribution'; exports.RESTORE_CONTRIBUTION = '_restore_contribution'; exports.SUSPEND_NOTIFICATION_CONTRIBUTION = '_suspend_notification_contribution'; exports.SUSPEND_NOTIFICATION_EVENT = '_suspend_notification_event'; exports.MODERATE_CONTRIBUTION_HIDDEN = '_moderate_contribution_hidden'; exports.MODERATE_CONTRIBUTION_DELETED = '_moderate_contribution_deleted';