mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
Register member, poll, rss module triggers in module.xml
This commit is contained in:
parent
f3bc9a2f03
commit
ad1241fbb5
6 changed files with 31 additions and 129 deletions
|
|
@ -4,12 +4,17 @@
|
|||
<actions>
|
||||
<action name="rss" type="view" />
|
||||
<action name="atom" type="view" />
|
||||
|
||||
|
||||
<action name="dispRssAdminIndex" type="view" admin_index="true" menu_name="rss" menu_index="true" />
|
||||
<action name="procRssAdminInsertConfig" type="controller" ruleset="insertRssConfig" />
|
||||
<action name="procRssAdminInsertModuleConfig" type="controller" permission="manager" check_var="target_module_srl" />
|
||||
<action name="procRssAdminDeleteFeedImage" type="controller" />
|
||||
</actions>
|
||||
<eventHandlers>
|
||||
<eventHandler after="moduleHandler.proc" class="controller" method="triggerRssUrlInsert" />
|
||||
<eventHandler after="module.procModuleAdminCopyModule" class="controller" method="triggerCopyModule" />
|
||||
<eventHandler before="module.dispAdditionSetup" class="view" method="triggerDispRssAdditionSetup" />
|
||||
</eventHandlers>
|
||||
<menus>
|
||||
<menu name="rss">
|
||||
<title xml:lang="en">RSS</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue