Move "What's New" button
This commit is contained in:
@@ -24,6 +24,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "new",
|
||||||
|
"label": "What's new",
|
||||||
|
"colors": ["0xFF892F", "0xAF4123"],
|
||||||
|
"iconSrc": "resources/icons/tips.png",
|
||||||
|
"action": {
|
||||||
|
"type": "utterance",
|
||||||
|
"data": {
|
||||||
|
"utterance": {
|
||||||
|
"intent": "loadMenu",
|
||||||
|
"entities": {
|
||||||
|
"destination": "new"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "introduction",
|
"id": "introduction",
|
||||||
@@ -228,23 +245,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "new",
|
|
||||||
"label": "What's new",
|
|
||||||
"colors": ["0xFF892F", "0xAF4123"],
|
|
||||||
"iconSrc": "resources/icons/tips.png",
|
|
||||||
"action": {
|
|
||||||
"type": "utterance",
|
|
||||||
"data": {
|
|
||||||
"utterance": {
|
|
||||||
"intent": "loadMenu",
|
|
||||||
"entities": {
|
|
||||||
"destination": "new"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user