Different data format for repeater when stored in meta data
-
The repeater fields stores a URI encoded JSON structure into the DB. Would it be possible to change this format? I tried to achieve this with the
lzb.editor.control.repeater.getValue
andlzb.editor.control.repeater.updateValue
JS hooks without success.I want to store a format such as the PHP
serialize()
function produces. Then I could use it with Crocoblock’s Query Builder, which expects such a format (i.e., a serialized associate array with arbitrary key / values).Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Different data format for repeater when stored in meta data’ is closed to new replies.