Skip to content

Commit

Permalink
size attributes added for responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Dec 9, 2024
1 parent 285c547 commit b381d0a
Showing 1 changed file with 47 additions and 11 deletions.
58 changes: 47 additions & 11 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,52 +8,71 @@
"style": {
"fontSize": 20
},
"sm": 12
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_info2": {
"type": "staticText",
"text": "Enter Access point Sgtin & pin here and press 'Create token' button",
"hidden": "!!data.authToken",
"xs": 12,
"sm": 12,
"hidden": "!!data.authToken"
"md": 12,
"lg": 12,
"xl": 12
},
"accessPointSgtin": {
"label": "accesspoint sgtin",
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"lg": 8
"md": 12,
"lg": 8,
"xl": 8
},
"deviceName": {
"newLine": true,
"label": "device name",
"help": "name for the device shown in the app",
"type": "text",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"deviceId": {
"label": "device id",
"type": "text",
"help": "id for your homematic device, leave empty or reuse already created one (if you remove adapter and install again)",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"pin": {
"newLine": true,
"label": "pin",
"type": "text",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 2
"lg": 2,
"xl": 2
},
"_custom": {
"newLine": true,
"type": "custom",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"i18n": true,
"url": "custom/customComponents.js",
"name": "ConfigCustomHmipSet/Components/HmipComponent"
Expand All @@ -63,7 +82,11 @@
"type": "header",
"size": 4,
"text": "token data",
"sm": 12
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_info": {
"newLine": true,
Expand All @@ -72,28 +95,41 @@
},
"type": "staticText",
"text": "normally filled by token creation",
"sm": 12
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"authToken": {
"newLine": true,
"label": "authToken",
"type": "text",
"xs": 12,
"sm": 12,
"md": 4
"md": 4,
"lg": 2,
"xl": 2
},
"clientAuthToken": {
"newLine": true,
"label": "clientAuthToken",
"type": "text",
"xs": 12,
"sm": 12,
"md": 4
"md": 4,
"lg": 2,
"xl": 2
},
"clientId": {
"newLine": true,
"label": "clientId",
"type": "text",
"xs": 12,
"sm": 12,
"md": 4
"md": 4,
"lg": 2,
"xl": 2
}
}
}

0 comments on commit b381d0a

Please sign in to comment.