Skip to content

Instantly share code, notes, and snippets.

@sofsscosta
Created March 9, 2023 19:29
Show Gist options
  • Select an option

  • Save sofsscosta/d31b27a2c0e6abdf2bc4a85a87d382e2 to your computer and use it in GitHub Desktop.

Select an option

Save sofsscosta/d31b27a2c0e6abdf2bc4a85a87d382e2 to your computer and use it in GitHub Desktop.
[
{
"label": "Nome",
"value": "Betoneira",
"field": "name",
"name": "Nome",
"type": "text",
"editable": true,
"displayable": true,
"creatable": true,
"required": true,
"position": 0
},
{
"label": "Código",
"value": "123123",
"field": "identifier",
"identifier": "Código",
"type": "text",
"editable": true,
"displayable": true,
"creatable": true,
"required": true,
"position": 1
},
{
"label": "Marca",
"value": "Bosch",
"field": "brand",
"brand": "Marca",
"type": "text",
"editable": true,
"displayable": true,
"creatable": true,
"required": false,
"position": 2
},
{
"label": "Modelo",
"value": "RX123",
"field": "model",
"model": "Modelo",
"type": "text",
"editable": true,
"displayable": true,
"creatable": true,
"required": false,
"position": 3
},
{
"label": "Número de série",
"value": "123123",
"field": "serial_number",
"serial_number": "Número de série",
"type": "text",
"editable": true,
"displayable": true,
"creatable": true,
"required": false,
"position": 4
},
{
"label": "Estado",
"value": "stopped",
"field": "status",
"status": "Estado",
"editable": false,
"displayable": true,
"creatable": false,
"required": false,
"position": 5
},
{
"label": "Na obra",
"value": "Estaleiro Eyeon",
"field": "current_worksite.name",
"link": "/obra/1",
"current_worksite.name": "Na obra",
"type": "autocomplete",
"autocompleteType": "selectWorksite",
"saveAs": "current_worksite_id",
"saveAsId": true,
"hideIfNil": true,
"editable": false,
"displayable": true,
"creatable": true,
"required": true,
"position": 8
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment