Skip to content

TextBlock

Ahmed Abbas edited this page Apr 4, 2025 · 2 revisions

Text Block

Template ID Required
oggeh-text No

A template for displaying the content of a single text block.

Example:

<template id="oggeh-text">
  <div class="grid-item col-lg-{{ size_x }}">
    <div class="content">
      <h3>{{ title }}</h3>
      {{ html }}
    </div>
  </div>
</template>
Example API Response Object
{
    "type": "rte",
    "html": "Test text block content",
    "col": 1,
    "row": 1,
    "size_x": 6,
    "size_y": 1,
    "title": "Test Text Block"
}

Clone this wiki locally