1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

Add flag for support to beta functionality (#876)

This commit is contained in:
Yamel Senih 2021-05-26 10:59:59 -04:00 committed by GitHub
parent b328c587d6
commit 02e4f34b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,12 @@
"api": {
"url": "https://api.github.com/repos/adempiere/"
}
},
"betaFunctionality": {
"window": false,
"process": false,
"report": false,
"smartBrowser": false,
"form": false
}
}