Skip to content

Define a field as a complex object #12

@amelki

Description

@amelki

Currently, a field can only have a primitive type (string, string[], boolean).
It should be possible to define some sub-objects and arrays of sub-objects and use them as field types
eg:

{
  pages: [
    home: {
      title: "Home Page",
      seo: {
        keywords: ["foo", "bar", "hux"],
        canonicalUrl: "http://acme.com/home"
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions