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 +]