Description
Renders the content blocks on the page
Name | Type | Description | Example |
---|---|---|---|
Block NameString | Renders a specific block with the matching name | βblock-nameβ | |
StringBlock Name | Render the set of blocks with matching names | βblock-name-3, block-name-4β | |
StringBlock Name | Renders all content blocks excluding the blocks with matching names | βblock-name-1, block-name-2β | |
StringBoolean | Indicates whether to render all the created content blocks. | βtrueβ |
Usage
<gevme-content-block />
renders the content blocks on the page.
Example
<gevme-content-block all="true" />
<gevme-content-block name="block-name" />
<gevme-content-block include="block-name-1, block-name-2" />
<gevme-content-block exclude="block-name-1, block-name-2" />