rhymix/modules/krzip/conf/module.xml
conory fcb17fe9cf module.xml 1차 정리
탭 정리
일부 permission, action 정리
2017-03-29 22:23:26 +09:00

15 lines
495 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module>
<actions>
<action name="dispKrzipSearchForm" type="view" />
<action name="getKrzipCodeList" type="model" />
<action name="dispKrzipAdminConfig" type="view" menu_name="krzip" menu_index="true" admin_index="true" />
<action name="procKrzipAdminInsertConfig" type="controller" ruleset="krzipConfig" />
</actions>
<menus>
<menu name="krzip" type="all">
<title xml:lang="ko">한국 우편번호</title>
</menu>
</menus>
</module>