Skip to content

Commit

Permalink
Merge pull request #436 from Yashsharma1911/yash/AddEncodePropertyInP…
Browse files Browse the repository at this point in the history
…ublishSchema

Add URI encode property in publish modal info and caveats field
  • Loading branch information
Yashsharma1911 committed Dec 23, 2023
2 parents 6b89320 + 7dd1c64 commit 0878150
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/configuration/publishCatalogItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@
"title": "Caveats and Considerations",
"description": "Specific stipulations to consider and known behaviors to be aware of when using this design.",
"format": "textarea",
"x-rjsf-grid-area": 12
"x-rjsf-grid-area": 12,
"x-encode-in-uri": true
},
"pattern_info": {
"type": "string",
"title": "Description",
"description": "Purpose of the design along with its intended and unintended uses.",
"format": "textarea",
"x-rjsf-grid-area": 12
"x-rjsf-grid-area": 12,
"x-encode-in-uri": true
},
"type": {
"type": "string",
Expand Down

0 comments on commit 0878150

Please sign in to comment.