Rename 'extraTabs' to 'widgetExtensions' in semantics
parent
e0d639c406
commit
7872731e34
|
@ -40,7 +40,7 @@
|
|||
"label": "Audio Track",
|
||||
"description": "An optional sound that plays when the card is turned.",
|
||||
"optional": true,
|
||||
"extraTabs": ["AudioRecorder"]
|
||||
"widgetExtensions": ["AudioRecorder"]
|
||||
},
|
||||
{
|
||||
"name": "match",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"label": "Matching Audio Track",
|
||||
"description": "An optional sound that plays when the second card is turned.",
|
||||
"optional": true,
|
||||
"extraTabs": ["AudioRecorder"]
|
||||
"widgetExtensions": ["AudioRecorder"]
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
|
|
Loading…
Reference in New Issue