-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
Hello,
I download data from the channel through the code:
{exp: json: entries channel = "about-us" fields = "field89832 | field87842"}
The code is downloaded correctly.
However, I would like to change the names of columns that are generated in the json file.
Or:
[{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}]
On:
[{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}]
Change:
field89832 -> title
field87842 -> content
If it is possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels