Created
June 19, 2019 06:14
-
-
Save veritstudio/d8a9959c77d94b78014a4a7bd174bbb2 to your computer and use it in GitHub Desktop.
Call CMS static block in layout xml file
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="[block_name]"> | |
<arguments> | |
<argument name="block_id" xsi:type="string">[block_id]</argument> | |
</arguments> | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment