Field TypesstringOn this pagestring Schema { "title": { "type": "string", "label": "Title", "default": "" } } Nunjucks example <p>{{ widget.data.title }}</p> Use for short text. Example output { "title": "Hello world" }