first commit
This commit is contained in:
18
administrator/components/com_modules/access.xml
Normal file
18
administrator/components/com_modules/access.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<access component="com_modules">
|
||||
<section name="component">
|
||||
<action name="core.admin" title="JACTION_ADMIN" />
|
||||
<action name="core.manage" title="JACTION_MANAGE" />
|
||||
<action name="core.create" title="JACTION_CREATE" />
|
||||
<action name="core.delete" title="JACTION_DELETE" />
|
||||
<action name="core.edit" title="JACTION_EDIT" />
|
||||
<action name="core.edit.state" title="JACTION_EDITSTATE" />
|
||||
<action name="module.edit.frontend" title="COM_MODULES_ACTION_EDITFRONTEND" />
|
||||
</section>
|
||||
<section name="module">
|
||||
<action name="core.delete" title="JACTION_DELETE" />
|
||||
<action name="core.edit" title="JACTION_EDIT" />
|
||||
<action name="core.edit.state" title="JACTION_EDITSTATE" />
|
||||
<action name="module.edit.frontend" title="COM_MODULES_ACTION_EDITFRONTEND" />
|
||||
</section>
|
||||
</access>
|
||||
Reference in New Issue
Block a user