Skip to content

Commit

Permalink
Corrected the manifest.json file sample
Browse files Browse the repository at this point in the history
comma is missed in manifest.json file.
  • Loading branch information
subrahmanyam-pampana authored Sep 21, 2024
1 parent dbc0a24 commit abc5cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/03_Get-Started/prerequisites-0e84ac7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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": {
Expand Down

0 comments on commit abc5cdb

Please sign in to comment.