From 02e4f34b214dcc79a4155c162038b4288868a92d Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Wed, 26 May 2021 10:59:59 -0400 Subject: [PATCH] Add flag for support to beta functionality (#876) --- config/default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/default.json b/config/default.json index 0e75c8f0..8723c5e4 100644 --- a/config/default.json +++ b/config/default.json @@ -20,5 +20,12 @@ "api": { "url": "https://api.github.com/repos/adempiere/" } + }, + "betaFunctionality": { + "window": false, + "process": false, + "report": false, + "smartBrowser": false, + "form": false } }