[Info Bubble] Add info gestures
Add info gestures to labels and grid items, WTD-884.
This commit is contained in:
@@ -57,7 +57,8 @@
|
|||||||
{
|
{
|
||||||
"key": "grid-item",
|
"key": "grid-item",
|
||||||
"templateUrl": "templates/items/grid-item.html",
|
"templateUrl": "templates/items/grid-item.html",
|
||||||
"uses": [ "type", "action" ]
|
"uses": [ "type", "action" ],
|
||||||
|
"gestures": [ "info", "menu" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "object-header",
|
"key": "object-header",
|
||||||
|
|||||||
@@ -177,7 +177,7 @@
|
|||||||
"key": "label",
|
"key": "label",
|
||||||
"templateUrl": "templates/label.html",
|
"templateUrl": "templates/label.html",
|
||||||
"uses": [ "type" ],
|
"uses": [ "type" ],
|
||||||
"gestures": [ "drag", "menu" ]
|
"gestures": [ "drag", "menu", "info" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "node",
|
"key": "node",
|
||||||
|
|||||||
Reference in New Issue
Block a user