This is my layout file :
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="my_custom_layout_1" />
<update handle="my_custom_layout_2" />
</page>
I want to update handle my_custom_layout_2 if value from system configuration is "abc" otherwise, I don't want to update that handle.
How to do that ?
Any help would be appreciated.
ifconfingas I guess it is not possible to do layout update like that.