Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Manifest: Give interactions their own category
  • Loading branch information
jzaefferer committed Jul 16, 2012
1 parent cd82b33 commit 328cccd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build/widgets.json
Expand Up @@ -43,15 +43,17 @@
"keywords": [
"drag",
"drop"
]
],
"category": "interaction"
},
"droppable": {
"dependencies": [ "draggable", "mouse" ],
"description": "Enables drop targets for draggable elements.",
"keywords": [
"drag",
"drop"
]
],
"category": "interaction"
},
"menu": {
"dependencies": [ "position" ],
Expand Down Expand Up @@ -82,14 +84,16 @@
"description": "Enables resize functionality for any element.",
"keywords": [
"resize"
]
],
"category": "interaction"
},
"selectable": {
"dependencies": [ "mouse" ],
"description": "Allows groups of elements to be selected with the mouse.",
"keywords": [
"selection"
]
],
"category": "interaction"
},
"slider": {
"dependencies": [ "mouse" ],
Expand All @@ -106,7 +110,8 @@
"keywords": [
"sort",
"list"
]
],
"category": "interaction"
},
"spinner": {
"dependencies": [ "button" ],
Expand Down

0 comments on commit 328cccd

Please sign in to comment.