chore: fixing role order
parent
fc0bfc8973
commit
1cf8d7a638
12
role.json
12
role.json
|
|
@ -4,14 +4,14 @@
|
||||||
"role": "news.*",
|
"role": "news.*",
|
||||||
"intent": "menu-003"
|
"intent": "menu-003"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"role": "shopping.*",
|
|
||||||
"intent": "apps2-002-002"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"role": "photos.*",
|
"role": "photos.*",
|
||||||
"intent": "menu-004-002-002"
|
"intent": "menu-004-002-002"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"role": "shopping.*",
|
||||||
|
"intent": "apps2-002-002"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"role": "staff.*",
|
"role": "staff.*",
|
||||||
"intent": "apps3-003"
|
"intent": "apps3-003"
|
||||||
|
|
@ -22,6 +22,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"home_intent": [
|
"home_intent": [
|
||||||
|
{
|
||||||
|
"role": "photos.*",
|
||||||
|
"intent": "menu-004-002-001"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"role": "shopping.*",
|
"role": "shopping.*",
|
||||||
"intent": "apps2-002-001"
|
"intent": "apps2-002-001"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue