management-sdk icon indicating copy to clipboard operation
management-sdk copied to clipboard

Setting a field position doesn't seem to work

Open joelpierre opened this issue 4 years ago • 0 comments

When I use the management SDK to set a field position it doesn't work, it does however place the field at the top of the UI.

It may be better to take an apiId instead of a number value or alternatively take an apiId so I can say e.g "Place this field after X field"

...addSimpleField({
  positionAfter: 'example' // String
})

joelpierre avatar Jul 13 '21 02:07 joelpierre