InfoBox
Represents a structured information box, typically used for displaying concise, formatted entity or tag details.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
title | True | string | Main title of the information box. |
header | True | string | Short header or subtitle providing additional context for the title. |
body | True | string | Main content or description displayed in the box. |
footer | True | object | Supplementary details or metadata, typically displayed at the bottom. |