mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
456 B
XML
13 lines
456 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<actions>
|
|
<action name="dispExtravarAdminConfig" class="Controllers\Config" menu_name="extravar" menu_index="true" admin_index="true" />
|
|
<action name="procExtravarAdminInsertConfig" class="Controllers\Config" standalone="true" />
|
|
</actions>
|
|
<menus>
|
|
<menu name="extravar">
|
|
<title xml:lang="ko">확장 변수</title>
|
|
<title xml:lang="en">Extra Input Fields</title>
|
|
</menu>
|
|
</menus>
|
|
</module>
|