Skip to content

Commit

Permalink
CXCDS-9360 fix setup prompt. (#18261)
Browse files Browse the repository at this point in the history
Co-authored-by: Shankari Giri <[email protected]>
  • Loading branch information
johannathalmann-SAP and ShankariGiri-I authored Dec 20, 2023
1 parent a2cd8a9 commit df74044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-libs/cds/src/schematics/add-cds/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"profileTagLoadUrl": {
"type": "string",
"description": "Where to load ProfileTag from. (e.g. https://tag.static.us.context.cloud.sap/js/profile-tag.js)",
"x-prompt": "[CDS] Where to load ProfileTag from? (optional)"
"x-prompt": "[CDS] Where to load ProfileTag from?"
},
"profileTagConfigUrl": {
"type": "string",
"description": "Configuration URL for ProfileTag. (e.g. https://tag.static.stage.context.cloud.sap/config/my-config123)",
"x-prompt": "[CDS] What is the ProfileTag configuration URL? (optional)"
"x-prompt": "[CDS] What is the ProfileTag configuration URL?"
}
}
}

0 comments on commit df74044

Please sign in to comment.