Ext. restrictions
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user