Add versioning support

d3summaryChart
Svein-Tore Griff With 2013-02-27 23:03:35 +01:00
parent a9d205b799
commit 16d690c722
1 changed files with 6 additions and 1 deletions

View File

@ -65,7 +65,12 @@
"label": "Question library",
"description": "Library for this question.",
"options": [
"H5P.MultiChoice"
{
"machineName": "H5P.MultiChoice",
"majorVersion": 1,
"minorVersion": 0,
"defaultStyles": true,
}
]
}
]