From e0d639c406ba68fe82098e1f2a804f6727dab0e1 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 20 Dec 2018 16:19:44 +0100 Subject: [PATCH] HFP-1145 Add support for Audio Recorder in Editor --- library.json | 5 +++++ semantics.json | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 9092305..b8f7026 100644 --- a/library.json +++ b/library.json @@ -52,6 +52,11 @@ "machineName": "H5PEditor.VerticalTabs", "majorVersion": 1, "minorVersion": 3 + }, + { + "machineName": "H5PEditor.AudioRecorder", + "majorVersion": 1, + "minorVersion": 0 } ] } diff --git a/semantics.json b/semantics.json index 77b9c3b..b09372b 100644 --- a/semantics.json +++ b/semantics.json @@ -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 @@ } ] } -] \ No newline at end of file +]