Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created April 18, 2018 12:00
Show Gist options
  • Save 6ui11em/19ad75e0d7e80ff321cb587c04db9be1 to your computer and use it in GitHub Desktop.
Save 6ui11em/19ad75e0d7e80ff321cb587c04db9be1 to your computer and use it in GitHub Desktop.
Magento 2 insert cms block in layout xml #magento2 #layout #cms
<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