cms-json
cms-json copied to clipboard
Support polymorphism in arrays and maps
Be able to create different types of objects in a list or in an object map. Eg:
{
assets: {
key1: {
type: "image",
src: "foo.png",
width: "100px",
height: "100px"
},
key2: {
type: "link",
url: "http://helloworld.com",
target: "_blank"
}
}
}
hi there! any updates about this awesome stuff?