From afc8e7d4e8a14b6f028370e3c3a555e0801dc48e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 23 Apr 2024 03:36:22 +0000 Subject: [PATCH] chore(assets): update application body [skip ci] --- assets/application.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/application.json b/assets/application.json index 4cc0f1d..15f0105 100644 --- a/assets/application.json +++ b/assets/application.json @@ -49,6 +49,14 @@ "title": "App token" }, "hide": true + }, + "fb_disable_cart": { + "schema": { + "type": "boolean", + "default": false, + "title": "Desabilitar envio de carrinho" + }, + "hide": true } }, "auth_callback_uri": "https://us-central1-ecom-fb-conversions.cloudfunctions.net/app/ecom/auth-callback",