มีวิธีใดบ้างที่จะใช้ifconfig
ใน Magento 2 เพื่อเพิ่มเนื้อหา CSS แบบมีเงื่อนไขคล้ายกับ Magento 1 นี่คือตัวอย่างจาก Magento 1:
<action ifconfig="config_path/group/field" method="addItem">
<type>skin_css</type><name>css/styles.css</name>
</action>
ฉันลองอะไรแบบนี้ใน Magento 2 แต่มันไม่ทำงาน:
<head>
<css src="css/styles.css"
ifconfig="config_path/group/field" />
</head>
มันจะแสดงifconfig
คุณลักษณะที่ส่วนหน้า:
<link rel="stylesheet" type="text/css"
ifconfig="config_path/group/field"
href="http://example.com/pub/static/frontend/Magento/luma/en_US/css/styles.css" />
Magento 2 มีอะไรที่เทียบเท่ากันไหม?