How do I apply keywords for "metadata.content-format" correctly with "custom" mode? #3315
-
The title basically says it all. This is probably due to not understanding how to properly format JSON fields, however, the documentation is lacking in some areas (though it is a lot of work so I don't blame the writers). I figure I need to use the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm so stupid. I have to use |
Beta Was this translation helpful? Give feedback.
I'm so stupid. I have to use
"content-format": [{keyword}, etc.]
. I can't believe I didn't think of this for SIX hours. Replaced row 6 above with:{"name": "metadata", "event": "post", "mode": "custom", "content-format": ["{author[username]}", "{date}"]}
and it gave me:
"Aquilapse
2016-03-24 16:24:23"
which is what I'm looking for.