diff --git a/functions/ecom.config.js b/functions/ecom.config.js index c757ba3..27f29a2 100644 --- a/functions/ecom.config.js +++ b/functions/ecom.config.js @@ -149,31 +149,22 @@ const app = { additionalProperties: false, properties: { webhook_uri: { - schema: { - type: 'string', - maxLength: 255, - format: 'uri', - title: 'Webhook URI', - description: 'URL de destino para os webhooks', - }, - hide: true + type: 'string', + maxLength: 255, + format: 'uri', + title: 'Webhook URI', + description: 'URL de destino para os webhooks' }, webhook_token: { - schema: { - type: 'string', - maxLength: 50, - title: 'Token', - description: 'Bearer token opcional para o cabeƧalho Authorization', - }, - hide: true + type: 'string', + maxLength: 50, + title: 'Token', + description: 'Bearer token opcional para o cabeƧalho Authorization' }, skip_pending: { - schema: { - type: 'boolean', - default: false, - title: 'Ignorar pedidos pendentes', - }, - hide: true + type: 'boolean', + default: false, + title: 'Ignorar pedidos pendentes' } } }