Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Response JSON when using a message field #5

Open
phendrick opened this issue Aug 19, 2016 · 0 comments
Open

Response JSON when using a message field #5

phendrick opened this issue Aug 19, 2016 · 0 comments

Comments

@phendrick
Copy link

Other than a Repeater, the layout ACF field types are being excluded from the JSON response and are causing issues with the field keys.

For example, an ACF field with a 'message' and 'text_field', is returning:
advanced": [ { "title": "demo", "fields": { "1": { "name": "a_text_field", "label": "A text field", "class": "text", "value": "text field value" } } } ]

no message is returned, and the text_field key is returned as "1"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant