Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix install.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Jul 23, 2014
1 parent 6ec3154 commit e7360fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions install.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"slide": "Slide"
},
"default": "default"
},
"indicator": {
"title": "Indicator",
"description": "Should the 'online' state always be shown in the lower corner of the page?",
"type": "boolean",
"default": false
}
},
"indicator": {
"title": "Indicator",
"description": "Should the 'online' state always be shown in the lower corner of the page?",
"type": "boolean",
"default": false
}
}
}

0 comments on commit e7360fc

Please sign in to comment.