On 29th July 2019, we introduced a new version of the Reference field that provides referencing to multiple content types. Here's what changed:
When you upgrade your Reference field, the input format of your Reference field changes from array of strings to array of objects. The change in the format of the Reference field is as follows:
| OLD | NEW |
{
...
"ref_field": ["blt33a3333333df3c33",...]
...
}
| {
...
"ref_field": [{<
"uid": "blt1111fe11e111111f",
"_content_type_uid": "footer"
},
...
} |
After upgrading/downgrading the Reference field, you need to save the entry and then publish it to see the field in action.