Alexandre Bodin 07e7cfc0bd Make lint stricter and fix the errors
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:42 +01:00

13 lines
446 B
JavaScript

'use strict';
module.exports = {
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',
};