mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
15 lines
723 B
XML
15 lines
723 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<actions>
|
|
<action name="adminIndex" type="view" standalone="true" admin_index="true" />
|
|
<action name="setupComponent" type="view" standalone="true" />
|
|
<action name="dispPopup" type="view" standalone="true" />
|
|
|
|
<action name="procCall" type="controller" standalone="true" />
|
|
<action name="procEnableComponent" type="controller" standalone="true" />
|
|
<action name="procDisableComponent" type="controller" standalone="true" />
|
|
<action name="procMoveListOrder" type="controller" standalone="true" />
|
|
<action name="procSetupComponent" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|