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