31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-29 05:29:08 +00:00

Create access.xml

This commit is contained in:
Jaz Parkyn 2016-02-15 23:20:54 +00:00
parent fc6f07a6b7
commit e95f3f2a98

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<access component="com_jedchecker">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
</section>
</access>