Skip to content

Commit 5b499cc

Browse files
committed
Merge branch 'master' of github.com:ecomplus/app-envia-com
2 parents d06261d + da86126 commit 5b499cc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

assets/application.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,20 @@
164164
},
165165
"hide": false
166166
},
167+
"carriers": {
168+
"schema": {
169+
"title": "Transportadoras",
170+
"type": "array",
171+
"items": {
172+
"type": "string",
173+
"maxLength": 50,
174+
"default": "correios",
175+
"title": "Código da transportadora",
176+
"description": "Nome da transportadora no Envia.com, sem espaços e começando com letra minúscula"
177+
}
178+
},
179+
"hide": false
180+
},
167181
"service_labels": {
168182
"schema": {
169183
"title": "Rótulos para serviços de entrega",

0 commit comments

Comments
 (0)