PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
extendify / src / AutoLaunch / templates / global / layout.json

layout.json in Extendify 3.2.1, at src/AutoLaunch/templates/global/layout.json

37 lines 727 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "extendify/launch-global/layout",
4 "title": "Layout",
5 "type": "object",
6 "additionalProperties": false,
7 "properties": {
8 "--ext-ui-gap": {
9 "type": "number",
10 "minimum": 0,
11 "maximum": 72,
12 "default": 20,
13 "x-card": "Layout",
14 "x-label": "Elements",
15 "x-control": "length"
16 },
17 "--ext-ui-max-width": {
18 "type": "number",
19 "minimum": 380,
20 "maximum": 1100,
21 "default": 672,
22 "x-card": "Layout",
23 "x-label": "Width",
24 "x-control": "length"
25 },
26 "--ext-ui-consent-gap": {
27 "type": "number",
28 "minimum": 0,
29 "maximum": 64,
30 "default": 16,
31 "x-card": "Consent",
32 "x-label": "Gap",
33 "x-control": "length"
34 }
35 }
36 }
37