Skip to content

Commit

Permalink
(simatec) Responsive for small screens added (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored Aug 26, 2024
1 parent 53e420d commit d663185
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,59 @@
"type": "chips",
"label": "Additional npm modules",
"delimiter": " ",
"xs": 12,
"sm": 12
},
"libraryTypings": {
"newLine": true,
"type": "chips",
"label": "Activate syntax help for these npm modules",
"delimiter": " ",
"xs": 12,
"sm": 12
},
"mirrorPath": {
"newLine": true,
"type": "text",
"label": "Mirror scripts to file path",
"xs": 12,
"sm": 8
},
"mirrorInstance": {
"hidden": "!data.mirrorPath",
"type": "instance",
"adapter": "javascript",
"label": "Instance, that do mirroring",
"xs": 12,
"sm": 4
},
"enableSetObject": {
"newLine": true,
"type": "checkbox",
"label": "Enable command \"setObject\"",
"xs": 12,
"sm": 12,
"md": 6
},
"enableSendToHost": {
"type": "checkbox",
"label": "Enable command \"sendToHost\"",
"xs": 12,
"sm": 12,
"md": 6
},
"enableExec": {
"newLine": true,
"type": "checkbox",
"label": "Enable command \"exec\"",
"xs": 12,
"sm": 12,
"md": 6
},
"subscribe": {
"type": "checkbox",
"label": "Do not subscribe all states on start",
"xs": 12,
"sm": 12,
"md": 6
},
Expand All @@ -67,6 +75,7 @@
"help": "default 1000",
"min": 20,
"max": 100000,
"xs": 12,
"sm": 12,
"md": 6
},
Expand All @@ -76,19 +85,22 @@
"help": "default 100",
"min": 20,
"max": 100000,
"xs": 12,
"sm": 12,
"md": 6
},
"allowSelfSignedCerts": {
"newLine": true,
"type": "checkbox",
"label": "Allow self-signed certificates for URL requests",
"xs": 12,
"sm": 12
},
"gptKey": {
"newLine": true,
"type": "text",
"label": "ChatGPT API key",
"xs": 12,
"sm": 12,
"help": "platform.openai.com",
"helpLink": "https://platform.openai.com/api-keys"
Expand All @@ -103,6 +115,7 @@
"_astroConfig": {
"type": "custom",
"i18n": true,
"xs": 12,
"sm": 12,
"url": "custom/customComponents.js",
"name": "ConfigCustomJavascriptSet/Components/Astro"
Expand All @@ -111,6 +124,7 @@
"newLine": true,
"type": "checkbox",
"label": "Create states for all astro times",
"xs": 12,
"sm": 12
}
}
Expand Down

0 comments on commit d663185

Please sign in to comment.