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

61 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<actions>
<action name="dispMenuMenu" type="mobile" />
<action name="dispMenuAdminSiteMap" type="view" admin_index="true" menu_name="siteMap" menu_index="true" />
<action name="dispMenuAdminSiteDesign" type="view" menu_name="siteDesign" menu_index="true" />
<action name="getMenuAdminSiteMap" type="model" />
<action name="getMenuAdminItemInfo" type="model" />
<action name="getMenuAdminTplInfo" type="model" />
<action name="getMenuAdminInstalledMenuType" type="model" />
<action name="getMenuAdminDetailSetup" type="model" />
<action name="procMenuAdminInsert" type="controller" ruleset="insertMenu" />
<action name="procMenuAdminUpdate" type="controller" ruleset="updateMenuTitle" />
<action name="procMenuAdminDelete" type="controller" />
<action name="procMenuAdminInsertItem" type="controller" ruleset="insertMenuItem" />
<action name="procMenuAdminUpdateItem" type="controller" ruleset="updateMenuItem" />
<action name="procMenuAdminDeleteItem" type="controller" />
<action name="procMenuAdminMoveItem" type="controller" />
<action name="procMenuAdminCopyItem" type="controller" />
<action name="procMenuAdminUpdateAuth" type="controller" />
<action name="procMenuAdminButtonUpload" type="controller" />
<action name="procMenuAdminUploadButton" type="controller" />
<action name="procMenuAdminDeleteButton" type="controller" />
<action name="procMenuAdminInsertItemForAdminMenu" type="controller" />
<action name="procMenuAdminMakeXmlFile" type="controller" />
<action name="procMenuAdminArrangeItem" type="controller" />
<action name="procMenuAdminAllActList" type="controller" />
</actions>
<menus>
<menu name="siteMap">
<title xml:lang="en">Menu Editor</title>
<title xml:lang="ko">사이트 메뉴 편집</title>
<title xml:lang="jp">サイトマップ</title>
<title xml:lang="zh-CN">Menu Editor</title>
<title xml:lang="zh-TW">選單管理</title>
<title xml:lang="es">Menu Editor</title>
<title xml:lang="ru">Menu Editor</title>
<title xml:lang="fr">Menu Editor</title>
<title xml:lang="vi">Menu Editor</title>
<title xml:lang="mn">Menu Editor</title>
<title xml:lang="tr">Menu Editor</title>
</menu>
<menu name="siteDesign">
<title xml:lang="en">Site Design</title>
<title xml:lang="ko">사이트 디자인 설정</title>
<title xml:lang="jp">サイトデザイン</title>
<title xml:lang="zh-CN">Site Design</title>
<title xml:lang="zh-TW">Site Design</title>
<title xml:lang="es">Site Design</title>
<title xml:lang="ru">Site Design</title>
<title xml:lang="fr">Site Design</title>
<title xml:lang="vi">Site Design</title>
<title xml:lang="mn">Site Design</title>
<title xml:lang="tr">Site Design</title>
</menu>
</menus>
</module>