我想在布局 xml 中为 ifconfig 指定多个值。
<action method="setTemplate" ifconfig="mymodule/general/is_enabled">
<template>mymodule/test.phtml</template>
</action>
是否可以为一项操作添加以下两个条件?
ifconfig="mymodule/general/is_enabled"
ifconfig="mymodule/frontend/can_show"
任何建议都将受到欢迎。