Skip to content

Commit

Permalink
Update publish modal schema
Browse files Browse the repository at this point in the history
Signed-off-by: Yash sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed Sep 4, 2024
1 parent f6abad9 commit 65ef630
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/schemas/publishCatalogItem/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ const publishCatalogItemSchema = {
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 65ef630

Please sign in to comment.