Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(simatec) Responsive for small screens added #1687

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading