forked from KayelGee/select-tool-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 1.53 KB
/
Copy pathmodule.json
File metadata and controls
39 lines (39 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"id": "select-tool-everywhere",
"title": "Select tool everywhere",
"description": "Adds the select tool to all controls(measure templates, lighting and sound) and a patch for journal notes so the select tool works there too. This is a quick and dirty module. You can move multiple light/sounds/templates/journals with this. Thanks to Blitz#6797 the selection does show correctly. This module checks if a select tool is there before adding it(also thanks to Blitz) and makes sure to only do anything if this module added the select tool, so it should be safe to use with other modules that add a select tool. This will probably be obsolete in the future.",
"version": "1.4.1",
"compatibility": {
"minimum": 10,
"verified": "10.286",
"maximum": 11
},
"authors": [
{
"name": "KayelGee",
"url": "https://github.com/KayelGee",
"discord": "KayelGee#5241"
}
],
"scripts": ["select-tool-everywhere.js"],
"styles": [],
"dependencies": [
{
"name": "lib-wrapper",
"type": "module"
}
],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"socket": false,
"url": "https://github.com/KayelGee/select-tool-everywhere",
"manifest": "https://raw.githubusercontent.com/mikelmao/select-tool-everywhere/master/module.json",
"download": "https://github.com/mikelmao/select-tool-everywhere/releases/download/v1.4.1/v1.4.1.zip",
"readme": "https://github.com/mikelmao/select-tool-everywhere/blob/v1.4.1/README.md"
}