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

14 lines
627 B
XML

<?xml version="1.0" encoding="utf-8"?>
<access component="com_mokosuiteeditor">
<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="editor.profiles.manage" title="Manage Editor Profiles" />
<action name="editor.templates.manage" title="Manage Content Templates" />
<action name="editor.media.upload" title="Upload Media" />
<action name="editor.media.delete" title="Delete Media" />
<action name="editor.source" title="Edit Source Code" />
</section>
</access>