Content editable should work on arrays nested within objects
I have JGE content that looks something like:
{ "meta": { "key1": "value", // etc... }, "items": [ { "id": 3, "title": "My Great Content", "blurb": "You should read this content" }, { "id": 4, "title": "Another Good One", "blurb": "You'll never ...