We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6abad9 commit 65ef630Copy full SHA for 65ef630
1 file changed
src/schemas/publishCatalogItem/schema.tsx
@@ -24,14 +24,16 @@ const publishCatalogItemSchema = {
24
description:
25
'Specific stipulations to consider and known behaviors to be aware of when using this design.',
26
format: 'textarea',
27
- 'x-rjsf-grid-area': 12
+ 'x-rjsf-grid-area': 12,
28
+ "x-encode-in-uri": true
29
},
30
pattern_info: {
31
type: 'string',
32
title: 'Description',
33
description: 'Purpose of the design along with its intended and unintended uses.',
34
35
36
37
38
type: {
39
0 commit comments