rhymix/modules/krzip/conf/module.xml
conory fc6206ab75 module.xml 3차 정리
action에 permission 속성을 부여하는 방식으로 변경
board, page 모듈 action에  grant 퍼미션 설정
2017-04-08 15:50:06 +09:00

16 lines
507 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module>
<grants />
<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>