From 9fd5d5c7d1f255bbb32530fc555ea27c98b2a285 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Mon, 12 Dec 2016 16:07:42 +0100 Subject: [PATCH] Add importance to semantics HFP-344 --- semantics.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/semantics.json b/semantics.json index b896920..3b70add 100644 --- a/semantics.json +++ b/semantics.json @@ -3,22 +3,26 @@ "name": "cards", "type": "list", "label": "Cards", + "importance": "high", "entity": "card", "min": 1, "max": 100, "field": { "type": "group", "label": "Card", + "importance": "high", "fields": [ { "name": "image", "type": "image", - "label": "Image" + "label": "Image", + "importance": "medium" }, { "name": "description", "type": "text", "label": "Description", + "importance": "medium", "maxLength": 150, "optional": true, "description": "A short text that is displayed once the two equal cards are found." @@ -28,24 +32,28 @@ }, { "label": "Localization", + "importance": "low", "name": "l10n", "type": "group", "common": true, "fields": [ { "label": "Card turns text", + "importance": "low", "name": "cardTurns", "type": "text", "default": "Card turns" }, { "label": "Time spent text", + "importance": "low", "name": "timeSpent", "type": "text", "default": "Time spent" }, { "label": "Feedback text", + "importance": "low", "name": "feedback", "type": "text", "default": "Good work!"