Skip to content

Commit

Permalink
switch _isEnabled over to checkbox and remove pointless help text; fi…
Browse files Browse the repository at this point in the history
…x a few spacing issues
  • Loading branch information
moloko committed Sep 7, 2017
1 parent fb4875e commit 07691fd
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,34 @@
"$schema": "http://json-schema.org/draft-03/schema",
"id": "http://jsonschema.net",
"required": false,
"properties":{
"properties": {
"pluginLocations": {
"type": "object",
"required": true,
"properties":{
"properties": {
"config": {
"type":"object"
"type": "object"
},
"course": {
"type":"object"
"type": "object"
},
"contentobject": {
"type":"object"
"type": "object"
},
"article": {
"type":"object",
"properties":{
"type": "object",
"properties": {
"_submitAll": {
"type":"object",
"type": "object",
"required": false,
"legend": "Submit All",
"properties":{
"properties": {
"_isEnabled": {
"type": "boolean",
"required":true,
"title": "Enabled",
"inputType": { "type": "Boolean", "options": [false, true]},
"validators": [],
"help": "Turns the Submit All extension on and off."
"required": true,
"title": "Enabled?",
"inputType": "Checkbox",
"validators": []
},
"_insertAfterBlock": {
"type": "string",
Expand Down

0 comments on commit 07691fd

Please sign in to comment.