Files
Jonathan Miller e4a128849b
Universal: Auto Version Bump / Version Bump (push) Successful in 10s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 22s
feat: full config.xml (15 settings) + access.xml (11 permissions)
2026-06-23 15:37:22 -05:00

17 lines
858 B
XML

<?xml version="1.0" encoding="utf-8"?>
<access component="com_mokosuitesupport">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" />
<action name="core.options" title="JACTION_OPTIONS" />
<action name="core.manage" title="JACTION_MANAGE" />
<action name="support.inbox.view" title="View Inbox" />
<action name="support.conversations.assign" title="Assign Conversations" />
<action name="support.conversations.close" title="Close Conversations" />
<action name="support.conversations.delete" title="Delete Conversations" />
<action name="support.agents.manage" title="Manage Agents" />
<action name="support.canned.edit" title="Edit Canned Responses" />
<action name="support.csat.view" title="View CSAT Reports" />
<action name="support.channels.configure" title="Configure Channels" />
</section>
</access>