There was an error while loading. Please reload this page.
oggeh-text
A template for displaying the content of a single text block.
<template id="oggeh-text"> <div class="grid-item col-lg-{{ size_x }}"> <div class="content"> <h3>{{ title }}</h3> {{ html }} </div> </div> </template>
{ "type": "rte", "html": "Test text block content", "col": 1, "row": 1, "size_x": 6, "size_y": 1, "title": "Test Text Block" }