json icon indicating copy to clipboard operation
json copied to clipboard

Base64 data

Open simplethemes opened this issue 9 years ago • 1 comments

Thanks for the superb add-on. This is not an issue, but a request:

Sometimes I need to store arbitrary Base64 data in a field. Would it be possible to pass an additional unserialize parameter to rebuild arrays from fields of such type?

In a perfect world, something like:

{exp:json:entries channel="registry" unserialize_fields="field1 | field2"}

or even better:

{exp:json:entries channel="registry" unserialize_fields="matrix:field1 | matrix:field2"}

simplethemes avatar Jun 05 '15 06:06 simplethemes

Are you using a particular field type to store that data? A custom one, perhaps?

rsanchez avatar Jun 06 '15 14:06 rsanchez