Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/SHIBUI-701' into feature…
Browse files Browse the repository at this point in the history
…/SHIBUI-701
  • Loading branch information
Bill Smith committed Nov 12, 2018
2 parents 9b80bec + 544e5eb commit e2f7d54
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 e2f7d54

Please sign in to comment.