First step of converting legacy ExtraVar class to module

This commit is contained in:
Kijin Sung 2024-04-12 00:23:56 +09:00
parent 267aa9c397
commit dd06193a1d
9 changed files with 164 additions and 0 deletions

View 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>