2021-08-02 17:54:49 +02:00

14 lines
486 B
JavaScript

'use strict';
module.exports = {
CONTENT_TYPE_SECTION: 'contentTypes',
SUPER_ADMIN_CODE: 'strapi-super-admin',
EDITOR_CODE: 'strapi-editor',
AUTHOR_CODE: 'strapi-author',
READ_ACTION: 'plugins::content-manager.explorer.read',
CREATE_ACTION: 'plugins::content-manager.explorer.create',
UPDATE_ACTION: 'plugins::content-manager.explorer.update',
DELETE_ACTION: 'plugins::content-manager.explorer.delete',
PUBLISH_ACTION: 'plugins::content-manager.explorer.publish',
};