Skip to content

Reuse types across nodes #11

Description

@amelki

If one define:

{
  pages: [
    home: {
      title: "Home page",
      content: "the content"
    }
  ]
}

It would be very convenient to be able to create another node under 'pages' (eg 'about') that obey to the same structure (same fields, same subtree).
This would mean supporting JSON schema definitions/$ref, and be able to define and use these via the UI.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions