HFP-1145 Add support for Audio Recorder in Editor

pull/43/head
Frode Petterson 2018-12-20 16:19:44 +01:00
parent 3519a3c158
commit e0d639c406
2 changed files with 10 additions and 3 deletions

View File

@ -52,6 +52,11 @@
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.AudioRecorder",
"majorVersion": 1,
"minorVersion": 0
}
]
}

View File

@ -39,7 +39,8 @@
"importance": "high",
"label": "Audio Track",
"description": "An optional sound that plays when the card is turned.",
"optional": true
"optional": true,
"extraTabs": ["AudioRecorder"]
},
{
"name": "match",
@ -64,7 +65,8 @@
"importance": "low",
"label": "Matching Audio Track",
"description": "An optional sound that plays when the second card is turned.",
"optional": true
"optional": true,
"extraTabs": ["AudioRecorder"]
},
{
"name": "description",
@ -223,4 +225,4 @@
}
]
}
]
]