How do I add custom metadata to my JSON file?
Please note that we do not encourage or recommend editing our JSON files. Currently, we do not actively remove any unknown fields. Nevertheless, we reserve the right to remove any such fields in the future as necessary for the sake of data integrity.
We allow the inclusion of acustomFields
section. This field may contain any custom keys needed. This section is allowed in the Page, Row, Column and Module sections.
See the example below for further details.
{ "page": { "customFields": { "put_your_stuff": "only_here" }, "rows": [ { "customFields": { "put_your_stuff": "only_here" }, "columns": [ { "customFields": { "put_your_stuff": "only_here" }, "modules": [ { "customFields": { "put_your_stuff": "only_here" }, ... } ], ... } ], ... } ], ... } }
Comments
0 comments
Please sign in to leave a comment.