Skip to content

Commit

Permalink
Merge pull request #2 from jalagari/component
Browse files Browse the repository at this point in the history
Adding eds type
  • Loading branch information
jalagari authored Apr 17, 2024
2 parents 7a50060 + 213126a commit 49bb46b
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 49bb46b

Please sign in to comment.