Skip to content

More flexible tab layout #148

@aeberhart

Description

@aeberhart

The tab layout currently allows showing array elements in tabs:

{
  "type": "array",
  "layout": "tab",
  "title": "test",
  "items": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      },
      "version": {
        "type": "number"
      }
    }
  }
}

produces

image

This raises the following questions and issues:

  • The numbering is a bit "computer science like" by starting with 0 instead of 1
  • One option could be to allow this layout for large nested objects, where each property with its subform gets displayed in a tab

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions