QuestionQ12
Adobe Experience Manager SitesAn Adobe Commerce developer attempts to remove a block by using the <remove name="test.block"/> tag in a layout XML file, but it causes an error and does not work.
Which tag should be used to correct the error?
- A Use <referenceBlock name="test.block" remove="true"/>
- B Use <remove name="Custom_Module:test.block"/>
- C Use <referenceBlock name="test.block" delete="true"/>
Community Discussion