Some 'fields' of a content view don't show up in the JSON data.
Steps to reproduce:
- Build a Content view which displays fields.
- Add the fields
Title, Path, and Link.
- Save the View, enable it in the Headless settings, and have a look at the respective API page.
Actual behavior:
Title shows up, Path nor Link don't. Here's an example result:
{
"results": [
{
"node_title": "Your first post!",
"nid": "1"
}
],
"count": 1
}
Expected behavior:
Path and Link show up.