Skip to content

Commit

Permalink
Amend schema to change boolean selects to checkboxes, as per adaptlea…
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed May 3, 2017
1 parent 7a66f14 commit c3a86ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
"type":"boolean",
"required":true,
"title": "Enabled",
"inputType" : {
"type" : "Boolean",
"options" : [
true,
false
]
}
"inputType": "Checkbox"
}
}
}
Expand Down

0 comments on commit c3a86ba

Please sign in to comment.