kitchen-site
kitchen-site copied to clipboard
Add field type of "object" to gui
So one can work with nested objects like
{
name: "Name",
left: { name:"HTTP INPUT", code:"return 1+1;" }
}
manually editing application json and setting collection field type to object produces correct SimpleSchema. Currently saving in GUI resets the field type to string.