parent
cce9c48fa3
commit
9fd5d5c7d1
|
@ -3,22 +3,26 @@
|
||||||
"name": "cards",
|
"name": "cards",
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"label": "Cards",
|
"label": "Cards",
|
||||||
|
"importance": "high",
|
||||||
"entity": "card",
|
"entity": "card",
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"max": 100,
|
"max": 100,
|
||||||
"field": {
|
"field": {
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"label": "Card",
|
"label": "Card",
|
||||||
|
"importance": "high",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "image",
|
"name": "image",
|
||||||
"type": "image",
|
"type": "image",
|
||||||
"label": "Image"
|
"label": "Image",
|
||||||
|
"importance": "medium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "description",
|
"name": "description",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Description",
|
"label": "Description",
|
||||||
|
"importance": "medium",
|
||||||
"maxLength": 150,
|
"maxLength": 150,
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"description": "A short text that is displayed once the two equal cards are found."
|
"description": "A short text that is displayed once the two equal cards are found."
|
||||||
|
@ -28,24 +32,28 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Localization",
|
"label": "Localization",
|
||||||
|
"importance": "low",
|
||||||
"name": "l10n",
|
"name": "l10n",
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"common": true,
|
"common": true,
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"label": "Card turns text",
|
"label": "Card turns text",
|
||||||
|
"importance": "low",
|
||||||
"name": "cardTurns",
|
"name": "cardTurns",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default": "Card turns"
|
"default": "Card turns"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Time spent text",
|
"label": "Time spent text",
|
||||||
|
"importance": "low",
|
||||||
"name": "timeSpent",
|
"name": "timeSpent",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default": "Time spent"
|
"default": "Time spent"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Feedback text",
|
"label": "Feedback text",
|
||||||
|
"importance": "low",
|
||||||
"name": "feedback",
|
"name": "feedback",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default": "Good work!"
|
"default": "Good work!"
|
||||||
|
|
Loading…
Reference in New Issue