Added an example and fixed comment display
This commit is contained in:
parent
9b789a1378
commit
49863a0079
@ -332,7 +332,7 @@ th.address {
|
||||
border: none;
|
||||
margin: 0;
|
||||
font-size: .8em;
|
||||
width: 10em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,16 +2,22 @@
|
||||
"available":
|
||||
[
|
||||
{
|
||||
"title": "Simple Counter",
|
||||
"version": "0.1",
|
||||
"title": "A simple Counter",
|
||||
"version": "0.3",
|
||||
"url": "examples/simple-counter.json",
|
||||
"enabled": 1
|
||||
},
|
||||
{
|
||||
"title": "Add 2 numbers",
|
||||
"version": "0.1",
|
||||
"title": "Adding 2 numbers together",
|
||||
"version": "0.2",
|
||||
"url": "examples/adding.json",
|
||||
"enabled": 1
|
||||
},
|
||||
{
|
||||
"title": "Empty Canvas",
|
||||
"version": "0.1",
|
||||
"url": "examples/empty.json",
|
||||
"enabled": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user