Created
September 8, 2016 07:57
-
-
Save timneutkens/ad8a67a1b6e59074aca99cdee350db82 to your computer and use it in GitHub Desktop.
Magento2 - Create block for static block
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_HERE"> | |
<arguments> | |
<argument name="block_id" xsi:type="string">STATIC_BLOCK_IDENTIFIER_HERE</argument> | |
</arguments> | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment