Field TypesnumberOn this pagenumber Schema { "amount": { "type": "number", "label": "Amount", "default": 0 } } Nunjucks example <span>{{ widget.data.amount }}</span> Use for numeric values. Example output { "amount": 99 }