Skip to main content

text

Schema

{ "body": { "type": "text", "label": "Description", "default": "" } }

Nunjucks example

<div>{{ widget.data.body }}</div>

Use for long text (textarea).

Example output

{ "body": "<h1>عنوان رئيسي</h1><p>هذا نص فقرة طويلة هنا...</p>" }

string