cms-json icon indicating copy to clipboard operation
cms-json copied to clipboard

Support polymorphism in arrays and maps

Open amelki opened this issue 8 years ago • 1 comments

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"
    }
  }
}

amelki avatar Dec 23 '17 21:12 amelki

hi there! any updates about this awesome stuff?

dojsys avatar Aug 21 '18 22:08 dojsys