Rename 'extraTabs' to 'widgetExtensions' in semantics
parent
e0d639c406
commit
7872731e34
|
@ -40,7 +40,7 @@
|
||||||
"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"]
|
"widgetExtensions": ["AudioRecorder"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "match",
|
"name": "match",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"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"]
|
"widgetExtensions": ["AudioRecorder"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "description",
|
"name": "description",
|
||||||
|
|
Loading…
Reference in New Issue