Skip to content

Commit

Permalink
Swiitched new attribute to use radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 12, 2018
1 parent 5a6f533 commit 544e5eb
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@
"title": "label.do-resolver-initialization",
"description": "tooltip.do-resolver-initialization",
"type": "boolean",
"widget": {
"id": "boolean-radio"
},
"oneOf": [
{
"enum": [
true
],
"description": "value.true"
},
{
"enum": [
false
],
"description": "value.false"
}
],
"default": false
},
"reloadableMetadataResolverAttributes": {
Expand Down

0 comments on commit 544e5eb

Please sign in to comment.