我對管理菜單項具有以下配置。我希望菜單項鍊接包含一個散列以直接轉到相應的組。是否可以使用config.xml在管理菜單鏈接中添加散列?
<adminhtml>
<menu>
<theme module="theme" translate="title">
<title>Theme</title>
<sort_order>71</sort_order>
<children>
<configuration module="theme" translate="title">
<title>Configuration</title>
<sort_order>3</sort_order>
<action>adminhtml/system_config/edit/section/design</action>
</configuration>
</children>
</theme>
</menu>
<adminhtml>
例如,我想鏈接到
adminhtml/system_config/edit/section/design#theme
這可能使用config.xml嗎?如果不是,那麼最簡單的方法是什麼?