UNPKG

jsm-core

Version:
28 lines (27 loc) 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ITEM_SHORTCUTS = exports.LEVELUP_ITEM_SHORTCUTS = void 0; exports.LEVELUP_ITEM_SHORTCUTS = { // system app: "APP", // auth apiKey: "KEY", user: "USR", role: "ROL", permission: "PRM", permissionGroup: "PMG", // content articleType: "ATP", form: "FRM", formEntry: "FRE", article: "ART", comment: "CMT", review: "REV", term: "TAG", taxonomy: "TXN", translationItem: "TRI", translationProject: "TRP", translationNamespace: "TRN", uploadedFile: "FLE" }; exports.ITEM_SHORTCUTS = Object.assign({}, exports.LEVELUP_ITEM_SHORTCUTS);