From 7872731e344234b89c691f6006062b737d1ef428 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 9 Jan 2019 10:13:14 +0100 Subject: [PATCH] Rename 'extraTabs' to 'widgetExtensions' in semantics --- semantics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantics.json b/semantics.json index b09372b..3e73546 100644 --- a/semantics.json +++ b/semantics.json @@ -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",