Skip to content

custom form definition #16

@bradrydzewski

Description

@bradrydzewski
template:
  inputs:
    username:
      type: string
    password:
      type: string
    title:
      type: string
    body:
      type: string
  
  form:
    items:
    - input:
        ref: username
    - input:
        ref: password
    - group:
        title: Advanced
        items:
        - input:
            ref: title
        - input:
            ref: body

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions