layout.json in Extendify 3.2.1, at src/AutoLaunch/templates/global/layout.json
| 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 |