Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Second pass at handling post meta #188

Closed
wants to merge 8 commits into from
Closed

Conversation

rmccue
Copy link
Member

@rmccue rmccue commented May 12, 2014

Based on #168.

Still not at a point where I like it. We're now outputting:

[
    {
        "key": "my_test_field",
        "value": [
            "Some value!"
        ]
    }
]

Whereas the input is:

[
    {
        "key": "my_test_field",
        "value": "Some value!",
        "action": "update"
    }
]

tlovett1 and others added 7 commits May 3, 2014 17:57
@rmccue
Copy link
Member Author

rmccue commented May 12, 2014

@rachelbaker @tlovett1 Thoughts?

@rmccue rmccue added this to the 1.0 milestone May 12, 2014
@rmccue
Copy link
Member Author

rmccue commented May 12, 2014

Obsoleted by #189.

@rmccue rmccue closed this May 12, 2014
@rmccue rmccue self-assigned this May 12, 2014
@rmccue rmccue deleted the post-meta-handling-v2 branch May 25, 2014 01:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants