rsanchez / json

Output ExpressionEngine data in JSON format.
http://devot-ee.com/add-ons/json/
100 stars 236 forks source link

Combining fields #43

Closed billymedia closed 9 years ago

billymedia commented 9 years ago

Is it possible to concat fields? e.g. i need to create a field called full_url and build it from url_title, channel_name and entry_id.

rsanchez commented 9 years ago

It's not currently a feature of this plugin. You'd have to concatenate this yourself on the client-side.