mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,36 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">위젯</title>
|
||||
<title xml:lang="zh-CN">控件管理</title>
|
||||
<title xml:lang="jp">ウィジェット</title>
|
||||
<title xml:lang="en">Widget</title>
|
||||
<title xml:lang="vi">Widget</title>
|
||||
<title xml:lang="es">Widget</title>
|
||||
<title xml:lang="ru">Виджеты</title>
|
||||
<title xml:lang="zh-TW">Widget</title>
|
||||
<title xml:lang="tr">Görsel Bileşen (widget)</title>
|
||||
<description xml:lang="ko">위젯 관리</description>
|
||||
<description xml:lang="zh-CN">控件管理模块。</description>
|
||||
<description xml:lang="jp">ウィジェット管理モジュール</description>
|
||||
<description xml:lang="en">Module for managing widgets.</description>
|
||||
<description xml:lang="vi">Module dành cho quản lý Widget.</description>
|
||||
<description xml:lang="es">Módulo para el manejo de widgets.</description>
|
||||
<description xml:lang="ru">Модуль для управления виджетами.</description>
|
||||
<description xml:lang="zh-TW">Widget 管理模組。</description>
|
||||
<description xml:lang="tr">Widgetları yönetmek için kullanılan modüldür.</description>
|
||||
<version>1.7</version>
|
||||
<date>2013-11-27</date>
|
||||
<category>construction</category>
|
||||
<title xml:lang="ko">위젯</title>
|
||||
<title xml:lang="zh-CN">控件管理</title>
|
||||
<title xml:lang="jp">ウィジェット</title>
|
||||
<title xml:lang="en">Widget</title>
|
||||
<title xml:lang="vi">Widget</title>
|
||||
<title xml:lang="es">Widget</title>
|
||||
<title xml:lang="ru">Виджеты</title>
|
||||
<title xml:lang="zh-TW">Widget</title>
|
||||
<title xml:lang="tr">Görsel Bileşen (widget)</title>
|
||||
<description xml:lang="ko">위젯 관리</description>
|
||||
<description xml:lang="zh-CN">控件管理模块。</description>
|
||||
<description xml:lang="jp">ウィジェット管理モジュール</description>
|
||||
<description xml:lang="en">Module for managing widgets.</description>
|
||||
<description xml:lang="vi">Module dành cho quản lý Widget.</description>
|
||||
<description xml:lang="es">Módulo para el manejo de widgets.</description>
|
||||
<description xml:lang="ru">Модуль для управления виджетами.</description>
|
||||
<description xml:lang="zh-TW">Widget 管理模組。</description>
|
||||
<description xml:lang="tr">Widgetları yönetmek için kullanılan modüldür.</description>
|
||||
<version>1.7</version>
|
||||
<date>2013-11-27</date>
|
||||
<category>construction</category>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
</author>
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NAVER</name>
|
||||
<name xml:lang="vi">NAVER</name>
|
||||
<name xml:lang="zh-CN">NAVER</name>
|
||||
<name xml:lang="jp">NAVER</name>
|
||||
<name xml:lang="en">NAVER</name>
|
||||
<name xml:lang="es">NAVER</name>
|
||||
<name xml:lang="ru">NAVER</name>
|
||||
<name xml:lang="zh-TW">NAVER</name>
|
||||
<name xml:lang="tr">NAVER</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -2,37 +2,38 @@
|
|||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="dispWidgetGenerateCode" target="manager" />
|
||||
<permission action="dispWidgetGenerateCodeInPage" target="manager" />
|
||||
<permission action="dispWidgetStyleGenerateCodeInPage" target="manager" />
|
||||
<permission action="procWidgetGenerateCode" target="manager" />
|
||||
<permission action="procWidgetStyleGenerateCodeInPage" target="manager" />
|
||||
<permission action="procWidgetInsertDocument" target="manager" />
|
||||
<permission action="procWidgetCopyDocument" target="manager" />
|
||||
<permission action="procWidgetDeleteDocument" target="manager" />
|
||||
<permission action="procWidgetGenerateCodeInPage" target="manager" />
|
||||
<permission action="procWidgetGetColorsetList" target="manager" />
|
||||
<permission action="procWidgetStyleExtraImageUpload" target="manager" />
|
||||
<permission action="dispWidgetInfo" target="all-managers" />
|
||||
<permission action="dispWidgetGenerateCode" target="root" />
|
||||
<permission action="dispWidgetGenerateCodeInPage" target="manager" check_var="module_srl" />
|
||||
<permission action="dispWidgetStyleGenerateCodeInPage" target="page-managers" />
|
||||
|
||||
<permission action="procWidgetGenerateCode" target="root" />
|
||||
<permission action="procWidgetGenerateCodeInPage" target="manager" check_var="module_srl" />
|
||||
<permission action="procWidgetInsertDocument" target="manager" check_var="module_srl" />
|
||||
<permission action="procWidgetCopyDocument" target="manager" check_type="document" check_var="document_srl" />
|
||||
<permission action="procWidgetDeleteDocument" target="manager" check_type="document" check_var="document_srl" />
|
||||
<permission action="procWidgetGetColorsetList" target="all-managers" />
|
||||
<permission action="procWidgetStyleExtraImageUpload" target="page-managers" />
|
||||
|
||||
<permission action="dispWidgetAdminAddContent" target="manager" check_var="module_srl" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispWidgetInfo" type="view" />
|
||||
<action name="dispWidgetGenerateCode" type="view" />
|
||||
<action name="dispWidgetGenerateCodeInPage" type="view" />
|
||||
<action name="dispWidgetStyleGenerateCodeInPage" type="view" />
|
||||
|
||||
<action name="procWidgetGenerateCode" type="controller" />
|
||||
<action name="procWidgetStyleGenerateCodeInPage" type="controller" />
|
||||
<action name="procWidgetGenerateCodeInPage" type="controller" ruleset="generateCodeInPage" />
|
||||
<action name="procWidgetInsertDocument" type="controller" />
|
||||
<action name="procWidgetCopyDocument" type="controller" />
|
||||
<action name="procWidgetDeleteDocument" type="controller" />
|
||||
<action name="procWidgetGenerateCodeInPage" type="controller" ruleset="generateCodeInPage" />
|
||||
<action name="procWidgetGetColorsetList" type="controller" />
|
||||
<action name="procWidgetStyleExtraImageUpload" type="controller" />
|
||||
|
||||
<!-- admin -->
|
||||
|
||||
<action name="dispWidgetAdminDownloadedList" type="view" admin_index="true" menu_name="installedWidget" menu_index="true" />
|
||||
<action name="dispWidgetAdminAddContent" type="view" />
|
||||
<action name="dispWidgetAdminGenerateCode" type="view" menu_name="installedWidget" />
|
||||
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="installedWidget">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue