Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created September 8, 2016 07:57
Show Gist options
  • Save timneutkens/ad8a67a1b6e59074aca99cdee350db82 to your computer and use it in GitHub Desktop.
Save timneutkens/ad8a67a1b6e59074aca99cdee350db82 to your computer and use it in GitHub Desktop.
Magento2 - Create block for static block
<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