Hello,
i am using static Blocks for Terms and Condition. This worked fine until the last update to Magento ver. 2.2.3 For static blocks to be displayed I use:
{{block class="Magento\Cms\Block\Block" block_id="revocation"}}
HTML is seleceted for content to be displayed.
Any help would be appreciated. Thanks.
Dominik
PS. Off course the block with id "revocation" still exists ![]()
You can add below content in your page,
{{block class="Magento\\Cms\\Block\\Block" block_id="revocation"}}
Please make sure your revocation block is enable and Flush the cache for site.
This Solution does not work in Magento 2.2.6