8000 Support polymorphism in arrays and maps · Issue #13 · amelki/cms-json · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support polymorphism in arrays and maps #13
Open
@amelki

Description

@amelki

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0