Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 527 Bytes

File metadata and controls

35 lines (22 loc) · 527 Bytes

CustomField

Supported Types

models.CustomFieldCheckbox

value: models.CustomFieldCheckbox = /* values here */

models.CustomFieldDate

value: models.CustomFieldDate = /* values here */

models.CustomFieldNumber

value: models.CustomFieldNumber = /* values here */

models.CustomFieldSelect

value: models.CustomFieldSelect = /* values here */

models.CustomFieldText

value: models.CustomFieldText = /* values here */