Skip to content

Commit

Permalink
feat: added schema through schema map
Browse files Browse the repository at this point in the history
  • Loading branch information
srijitcoder committed Nov 8, 2024
1 parent b8bebd3 commit c846e7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ globalThis.schemaMap = [
file: {
type: "string",
format: "textarea",
"options": {
"inputAttributes": {
"placeholder": "Enter some text"
}
}
},
},
},
Expand Down

0 comments on commit c846e7b

Please sign in to comment.