forked from ioBroker/ioBroker.vis
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf4385b
commit 24e76de
Showing
149 changed files
with
20,537 additions
and
15,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,98 @@ | ||
{ | ||
"type": "tabs", | ||
"i18n": true, | ||
"items": { | ||
"license": { | ||
"label": "License", | ||
"type": "panel", | ||
"items": { | ||
"useLicenseManager": { | ||
"type": "checkbox", | ||
"label": "Use license manager", | ||
"sm": 12 | ||
}, | ||
"type": "tabs", | ||
"i18n": true, | ||
"items": { | ||
"license": { | ||
"newLine": true, | ||
"type": "text", | ||
"minRows": 4, | ||
"sm": 12, | ||
"label": "License", | ||
"hidden": "!!data.useLicenseManager" | ||
}, | ||
"_uuid": { | ||
"newLine": true, | ||
"type": "uuid", | ||
"sm": 12, | ||
"md": 6, | ||
"lg": 4 | ||
}, | ||
"_checkLicense": { | ||
"newLine": true, | ||
"type": "checkLicense", | ||
"uuid": true, | ||
"version": true | ||
}, | ||
"_help": { | ||
"newLine": true, | ||
"type": "staticText", | ||
"sm": 12, | ||
"md": 6, | ||
"lg": 4, | ||
"text": "instruction" | ||
}, | ||
"doNotShowProjectDialog": { | ||
"newLine": true, | ||
"type": "checkbox", | ||
"label": "Do not show project dialog if URL is wrong", | ||
"sm": 12 | ||
}, | ||
"forceBuild": { | ||
"newLine": true, | ||
"type": "checkbox", | ||
"label": "Force pages rebuild", | ||
"sm": 12 | ||
} | ||
} | ||
}, | ||
"loading": { | ||
"label": "Loading background", | ||
"type": "panel", | ||
"items": { | ||
"loadingBackgroundColor": { | ||
"type": "color", | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"label": "Background color of the loading screen" | ||
}, | ||
"loadingHideLogo": { | ||
"newLine": true, | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"type": "checkbox", | ||
"label": "Hide logo" | ||
}, | ||
"loadingBackgroundImage": { | ||
"newLine": true, | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"type": "checkbox", | ||
"label": "Use background image" | ||
"label": "License", | ||
"type": "panel", | ||
"items": { | ||
"useLicenseManager": { | ||
"type": "checkbox", | ||
"label": "Use license manager", | ||
"sm": 12 | ||
}, | ||
"license": { | ||
"newLine": true, | ||
"type": "text", | ||
"minRows": 4, | ||
"sm": 12, | ||
"label": "License", | ||
"hidden": "!!data.useLicenseManager" | ||
}, | ||
"_uuid": { | ||
"newLine": true, | ||
"type": "uuid", | ||
"sm": 12, | ||
"md": 6, | ||
"lg": 4 | ||
}, | ||
"_checkLicense": { | ||
"newLine": true, | ||
"type": "checkLicense", | ||
"uuid": true, | ||
"version": true | ||
}, | ||
"_help": { | ||
"newLine": true, | ||
"type": "staticText", | ||
"sm": 12, | ||
"md": 6, | ||
"lg": 4, | ||
"text": "instruction" | ||
}, | ||
"doNotShowProjectDialog": { | ||
"newLine": true, | ||
"type": "checkbox", | ||
"label": "Do not show project dialog if URL is wrong", | ||
"sm": 12 | ||
}, | ||
"forceBuild": { | ||
"newLine": true, | ||
"type": "checkbox", | ||
"label": "Force pages rebuild", | ||
"sm": 12 | ||
} | ||
} | ||
}, | ||
"loading-bg.png": { | ||
"newLine": true, | ||
"type": "image", | ||
"hidden": "!data.loadingBackgroundImage", | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"accept": "image/png", | ||
"label": "Upload image", | ||
"crop": true | ||
"loading": { | ||
"label": "Loading background", | ||
"type": "panel", | ||
"items": { | ||
"loadingBackgroundColor": { | ||
"type": "color", | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"label": "Background color of the loading screen" | ||
}, | ||
"loadingHideLogo": { | ||
"newLine": true, | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"type": "checkbox", | ||
"label": "Hide logo" | ||
}, | ||
"loadingBackgroundImage": { | ||
"newLine": true, | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"type": "checkbox", | ||
"label": "Use background image" | ||
}, | ||
"loading-bg.png": { | ||
"newLine": true, | ||
"type": "image", | ||
"hidden": "!data.loadingBackgroundImage", | ||
"sm": 12, | ||
"md": 8, | ||
"lg": 4, | ||
"accept": "image/png", | ||
"label": "Upload image", | ||
"crop": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.