From abc5cdbddbcce49b1cf1ef895a828b4445cb2fdf Mon Sep 17 00:00:00 2001 From: Subrahmanyam pampana Date: Sat, 21 Sep 2024 13:00:43 +0530 Subject: [PATCH] Corrected the manifest.json file sample comma is missed in manifest.json file. --- docs/03_Get-Started/prerequisites-0e84ac7.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03_Get-Started/prerequisites-0e84ac7.md b/docs/03_Get-Started/prerequisites-0e84ac7.md index 4b162b1..0396e46 100644 --- a/docs/03_Get-Started/prerequisites-0e84ac7.md +++ b/docs/03_Get-Started/prerequisites-0e84ac7.md @@ -133,7 +133,7 @@ Open a terminal and install UI5 Tooling globally on your machine by executing th "uri": "/here/goes/your/serviceUrl/", "type": "OData", "settings": { - "odataVersion": "2.0" + "odataVersion": "2.0", "localUri": "localService/metadata.xml" } } @@ -145,7 +145,7 @@ Open a terminal and install UI5 Tooling globally on your machine by executing th "sap.ui5": { "rootView": { "viewName": "sap.ui.demo.smartControls.SmartField", - "type": "XML" + "type": "XML", "async": true }, "dependencies": {