Skip to content

Commit

Permalink
Merge pull request #158 from subrahmanyam-pampana/patch-1
Browse files Browse the repository at this point in the history
Corrected the manifest.json file sample
  • Loading branch information
KvM2 authored Sep 24, 2024
2 parents dbc0a24 + abc5cdb commit 7cff8ea
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 7cff8ea

Please sign in to comment.