diff --git a/fiori/package.json b/fiori/package.json index ef866a1a..ba109d48 100644 --- a/fiori/package.json +++ b/fiori/package.json @@ -47,7 +47,20 @@ }, "multitenancy": 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": { "deploy-format": "hdbtable"