ifconfig
Magento 2'de, Magento 1'e benzer şekilde CSS varlıklarını koşullu olarak eklemek için kullanmanın bir yolu var mı ? Magento 1'den bir örnek:
<action ifconfig="config_path/group/field" method="addItem">
<type>skin_css</type><name>css/styles.css</name>
</action>
Magento 2'de böyle bir şey denedim ama işe yaramıyor:
<head>
<css src="css/styles.css"
ifconfig="config_path/group/field" />
</head>
Sadece görüntüler ifconfig
önyüzü üzerine niteliğini:
<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'de eşdeğeri var mı?