Skip to content

Commit 5e86e48

Browse files
authored
Merge pull request #728 from Yashsharma1911/patch-1
Update publish modal schema
2 parents 329a20e + d5c394e commit 5e86e48

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/schemas/publishCatalogItem/schema.tsx

+4-2
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',
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const publishCatalogItemUiSchema = {
2-
'ui:order': ['type', 'compatibility', 'pattern_caveats', 'pattern_info']
2+
'ui:order': ['type', 'compatibility', 'pattern_info', 'pattern_caveats']
33
};
44

55
export default publishCatalogItemUiSchema;

0 commit comments

Comments
 (0)