Skip to content

Commit

Permalink
Adding eds type
Browse files Browse the repository at this point in the history
  • Loading branch information
jalagari committed Apr 17, 2024
1 parent 16c7f33 commit 213126a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@
"resourceType": "core/fd/components/form/numberinput/v1/numberinput",
"template": {
"jcr:title": "Range Input",
"fieldType": "range"
"fieldType": "range",
"fd:additionalCustomPropertyKeys" : [
"edsType"
],
"fd:additionalCustomPropertyValues" : [
"range"
]
}
}
}
Expand Down

0 comments on commit 213126a

Please sign in to comment.