'use strict'; const ACTIONS = { read: 'plugins::content-manager.explorer.read', create: 'plugins::content-manager.explorer.create', edit: 'plugins::content-manager.explorer.update', delete: 'plugins::content-manager.explorer.delete', publish: 'plugins::content-manager.explorer.publish', }; module.exports = { ACTIONS, };