QuestionQ7
Adobe Experience Manager SitesAn Adobe Commerce developer has been asked to move a block named country from the sidebar container to the content container. The block must be the last child of the content container.
Which layout instruction should be used to move the block?
- A <move element="country" destination="content" after="-"/>
- B <move element="country-element" destination="content-element"/>
- C <move element="country" destination="content" after="last-child"/>
Community Discussion