Fix "Things to do" color issue and added placeholder "Skills Store"
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "new",
|
"id": "new",
|
||||||
"label": "What's new",
|
"label": "What's new",
|
||||||
"colors": ["0xFF892F", "0xAF4123"],
|
"colors": ["0xFF892F", "0xAF4123"],
|
||||||
@@ -42,6 +42,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "skills-store",
|
||||||
|
"label": "Skills Store",
|
||||||
|
"comment": "This is only a placeholder for when we crack the skill system",
|
||||||
|
"colors": ["0x8952D6", "0x33155B"],
|
||||||
|
"iconSrc": "resources/icons/jazzy.png",
|
||||||
|
"action": {
|
||||||
|
"type": "utterance",
|
||||||
|
"data": {
|
||||||
|
"utterance": {
|
||||||
|
"intent": "loadMenu",
|
||||||
|
"entities": {
|
||||||
|
"destination": "skills-store"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "introduction",
|
"id": "introduction",
|
||||||
"label": "Introduction",
|
"label": "Introduction",
|
||||||
@@ -62,7 +80,7 @@
|
|||||||
{
|
{
|
||||||
"id": "things-to-do",
|
"id": "things-to-do",
|
||||||
"label": "Things to do",
|
"label": "Things to do",
|
||||||
"colors": ["0xff892f", "0x282735"],
|
"colors": ["0xff892f", "0xAF4123"],
|
||||||
"iconSrc": "resources/icons/things-to-do.png",
|
"iconSrc": "resources/icons/things-to-do.png",
|
||||||
"action": {
|
"action": {
|
||||||
"type": "utterance",
|
"type": "utterance",
|
||||||
|
|||||||
Reference in New Issue
Block a user