S
Results
2
issues of
S
Is there any way to have an object with an ordered list of arbitrary types? I'm thinking of something like this: ``` blocks: { type: "object", items:[ first: { type:...
type: enhancement
ui: array
I get the following error when I try to call db_obj.getDoc(id): `Uncaught SyntaxError: Unexpected token :` I am able to get the expected document object if I create a new...