@iobroker/admin-component-easy-access
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "@iobroker/admin-component-easy-access", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Admin JSON config component", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -6,2 +6,23 @@ # ioBroker JSON Config component for Admin | ||
## How to use | ||
Build process creates files in directory build. | ||
All files from `build/admin` folder must be in adapter admin directory. | ||
To use this component in admin add to jsonConfig.json file: | ||
``` | ||
"accessAllowedConfigs": { | ||
"type": "custom", | ||
"i18n": true, | ||
"url": "custom/customComponents.js", | ||
"name": "EasyConfig/Components/ConfigCustomEasyAccess" | ||
} | ||
``` | ||
Explanation: | ||
- `EasyConfig` - is unique name of this set of components | ||
- `Components` - file name where all components are | ||
- `ConfigCustomEasyAccess` - name of component in `Components.js`which must be used. | ||
- `i18n` - if set to `true`, so the admin will load language files from `i18n`directory (in the same directory, where `customComponents.js` is), if set to language object, it will be used directly. Example: `{"easyconfig_text": {"en": "Text"}}`. | ||
<!-- | ||
@@ -11,2 +32,5 @@ ### **WORK IN PROGRESS** | ||
## Changelog | ||
### 0.1.0 (2022-05-26) | ||
* (bluefox) Added map files | ||
### 0.0.2 (2022-05-26) | ||
@@ -13,0 +37,0 @@ * (bluefox) Added i18n |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
86773
27
59
1