github-project icon indicating copy to clipboard operation
github-project copied to clipboard

make `fields` accept options such as `name`, `type`, and `options`

Open gr2m opened this issue 3 years ago • 0 comments

For example

{ 
  myEnumField: {name:"My Enum Field",options:["option 1", "option 2"]},
  myDateField: {name:"My Date Field",type:"date"},
}

gr2m avatar Dec 15 '21 08:12 gr2m