We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b925d6 commit 48885ccCopy full SHA for 48885cc
src/schemas/publishCatalogItem/schema.tsx
@@ -25,15 +25,15 @@ const publishCatalogItemSchema = {
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,
28
- "x-encode-in-uri": true
+ '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