HFP-1145 Add support for Audio Recorder in Editor
parent
3519a3c158
commit
e0d639c406
|
@ -52,6 +52,11 @@
|
||||||
"machineName": "H5PEditor.VerticalTabs",
|
"machineName": "H5PEditor.VerticalTabs",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 3
|
"minorVersion": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"machineName": "H5PEditor.AudioRecorder",
|
||||||
|
"majorVersion": 1,
|
||||||
|
"minorVersion": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,8 @@
|
||||||
"importance": "high",
|
"importance": "high",
|
||||||
"label": "Audio Track",
|
"label": "Audio Track",
|
||||||
"description": "An optional sound that plays when the card is turned.",
|
"description": "An optional sound that plays when the card is turned.",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"extraTabs": ["AudioRecorder"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "match",
|
"name": "match",
|
||||||
|
@ -64,7 +65,8 @@
|
||||||
"importance": "low",
|
"importance": "low",
|
||||||
"label": "Matching Audio Track",
|
"label": "Matching Audio Track",
|
||||||
"description": "An optional sound that plays when the second card is turned.",
|
"description": "An optional sound that plays when the second card is turned.",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"extraTabs": ["AudioRecorder"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "description",
|
"name": "description",
|
||||||
|
@ -223,4 +225,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue