From 328cccdd17f33760b0e5c0a1907655778f91704d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Mon, 16 Jul 2012 18:47:43 +0200 Subject: [PATCH] Manifest: Give interactions their own category --- build/widgets.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/build/widgets.json b/build/widgets.json index 9c70726ea..e416880fd 100644 --- a/build/widgets.json +++ b/build/widgets.json @@ -43,7 +43,8 @@ "keywords": [ "drag", "drop" - ] + ], + "category": "interaction" }, "droppable": { "dependencies": [ "draggable", "mouse" ], @@ -51,7 +52,8 @@ "keywords": [ "drag", "drop" - ] + ], + "category": "interaction" }, "menu": { "dependencies": [ "position" ], @@ -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" ], @@ -106,7 +110,8 @@ "keywords": [ "sort", "list" - ] + ], + "category": "interaction" }, "spinner": { "dependencies": [ "button" ],