update stock props
This commit is contained in:
parent
fe40fd32ab
commit
98590f63e7
18 changed files with 898 additions and 1 deletions
|
|
@ -88,6 +88,12 @@ get_tags() {
|
|||
misc)
|
||||
echo '["misc", "droppable"]'
|
||||
;;
|
||||
screen)
|
||||
echo '["screen", "projector", "droppable"]'
|
||||
;;
|
||||
keyboard)
|
||||
echo '["keyboard", "media", "droppable"]'
|
||||
;;
|
||||
*)
|
||||
echo '["prop", "droppable"]'
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue