Skip to content

Commit 65ef630

Browse files
Update publish modal schema
Signed-off-by: Yash sharma <71271069+Yashsharma1911@users.noreply.github.com>
1 parent f6abad9 commit 65ef630

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/schemas/publishCatalogItem/schema.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ const publishCatalogItemSchema = {
2424
description:
2525
'Specific stipulations to consider and known behaviors to be aware of when using this design.',
2626
format: 'textarea',
27-
'x-rjsf-grid-area': 12
27+
'x-rjsf-grid-area': 12,
28+
"x-encode-in-uri": true
2829
},
2930
pattern_info: {
3031
type: 'string',
3132
title: 'Description',
3233
description: 'Purpose of the design along with its intended and unintended uses.',
3334
format: 'textarea',
34-
'x-rjsf-grid-area': 12
35+
'x-rjsf-grid-area': 12,
36+
"x-encode-in-uri": true
3537
},
3638
type: {
3739
type: 'string',

0 commit comments

Comments
 (0)