Skip to content

Commit

Permalink
chore(assets): update application body [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 10, 2024
1 parent e36eff4 commit 8572fe8
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions assets/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
},
"hide": false
},
"use_kubic_weight": {
"use_bigger_box": {
"schema": {
"title": "Utilizar cotação cubagem",
"type": "boolean",
"description": "Indicado apenas para produtos grandes. Acima de 36 cm de lado. A kangu tem um cálculo falho para produtos maiores e mais de uma unidade por pedido",
"default": false
"default": false,
"title": "Calcular considerando apenas uma caixa",
"description": "Se selecionado as dimensões não serão somadas, considerando o maior valor de cada dimensão entre os itens"
},
"hide": false
},
Expand Down Expand Up @@ -492,6 +492,26 @@
}
},
"hide": true
},
"seller": {
"schema": {
"type": "object",
"title": "Dados do remetente",
"description": "Configure informações de remetente para etiqueta.",
"properties": {
"doc_number": {
"type": "string",
"maxLength": 20,
"title": "CPF/CNPJ sem pontuação"
},
"name": {
"type": "string",
"maxLength": 100,
"title": "Nome da empresa ou loja"
}
}
},
"hide": true
}
},
"auth_callback_uri": "https://us-central1-ecom-loggi.cloudfunctions.net/app/ecom/auth-callback",
Expand Down

0 comments on commit 8572fe8

Please sign in to comment.