Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
updated palyground.json
Browse files Browse the repository at this point in the history
  • Loading branch information
teawithfruit committed Mar 17, 2015
1 parent b5c007c commit 6642682
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions playground.json
Expand Up @@ -2,5 +2,18 @@
"main": {
"path": "www",
"file": "index.html"
},
"config": {
"schema": {
"name": {
"type": "string",
"title": "Name",
"required": true
},
"age": {
"type": "string",
"title": "City"
}
}
}
}

0 comments on commit 6642682

Please sign in to comment.