Ext. restrictions

This commit is contained in:
Christian Georgi
2022-08-15 13:44:42 +02:00
parent 1e78d115cc
commit 66007e2952

View File

@@ -47,7 +47,20 @@
}, },
"multitenancy": true, "multitenancy": true,
"toggles": true, "toggles": true,
"extensibility": true "extensibility": true,
"cds.xt.ExtensibilityService": {
"extension-allowlist": [
{
"for": ["sap.capire.orders.Orders"],
"kind": "entity",
"new-fields": 2
},
{
"for": ["OrdersService"],
"new-entities": 2
}
]
}
}, },
"hana": { "hana": {
"deploy-format": "hdbtable" "deploy-format": "hdbtable"