Created
April 18, 2018 12:00
-
-
Save 6ui11em/19ad75e0d7e80ff321cb587c04db9be1 to your computer and use it in GitHub Desktop.
Magento 2 insert cms block in layout xml #magento2 #layout #cms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<block class="Magento\Cms\Block\Block" name="Promo"> | |
<arguments> | |
<argument name="block_id" xsi:type="string">promo</argument> | |
</arguments> | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment