8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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" } } }