Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/admin-component-easy-access

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/admin-component-easy-access - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

admin/custom/__federation_expose_Components.js.map

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc