Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 449 Bytes

json.md

File metadata and controls

36 lines (33 loc) · 449 Bytes

JSON resposta ponte -> portal:

{
  titulo: 'um titulo',
  componentes: [{
    type: 'text',
    name: 'blah',
    label: 'Blah legau',
    value: 'valor campo'
  }, {
    field: 'label',
    value: 'valor'
  }, {
    type: table,
    columns: [
      {
        name: 'column-1',
        title: 'Column 1'
      },
      {
        
      }
    ],
    data: [
      {
        column-1: 'value'
      },
      .
      . 
      .
    ]
  }]
}