HFP-1145 Add support for Audio Recorder in Editor
parent
3519a3c158
commit
e0d639c406
|
@ -52,6 +52,11 @@
|
|||
"machineName": "H5PEditor.VerticalTabs",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 3
|
||||
},
|
||||
{
|
||||
"machineName": "H5PEditor.AudioRecorder",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue