Field Types / Data field
The Data field is like a read-only textarea. It can be used to store data as-is in the JSON format, if your website project has an API that creates Records based on some external output. By using this field, the editors can see the field, but they can not modify the data in it.
Basic Configuration:¶
source:
type: data
label: 'Source data'
postfix: The original data, as retrieved from the API
It'll look like this in the Bolt backend:
Example usage in templates:¶
{{ record.source }}
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.