QuestionQ18
Adobe Experience Manager SitesAn Adobe Commerce developer has created the following system-configuration field:

Using Layout XML, how can a block’s visibility be controlled by this system configuration?
- A <block name="block.name" template="Vendor_Module::template.phtml" ifconfig="vendor/general/enable" />
- B <block name="block.name" template="Vendor_Module::template.phtml" ifconfig="module/general/enable" />
- C <block name="block.name" template="Vendor_Module::template.phtml" ifconfig="general/module/enable" />
Community Discussion