Added an example and fixed comment display

This commit is contained in:
Christian 2020-12-28 17:34:14 +01:00
parent 9b789a1378
commit 49863a0079
2 changed files with 14 additions and 8 deletions

View File

@ -332,7 +332,7 @@ th.address {
border: none;
margin: 0;
font-size: .8em;
width: 10em;
width: 100%;
}

View File

@ -1,17 +1,23 @@
{
"available":
[
{
"title": "Simple Counter",
"version": "0.1",
"available":
[
{
"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
}
]
}