mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
First step of converting legacy ExtraVar class to module
This commit is contained in:
parent
267aa9c397
commit
dd06193a1d
9 changed files with 164 additions and 0 deletions
13
modules/extravar/conf/module.xml
Normal file
13
modules/extravar/conf/module.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue