Skip to content

Commit

Permalink
Added common.adminTab.icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 15, 2023
1 parent ad2ceaa commit 1c00631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/dev/objectsschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ ID: `system.adapter.<adapter.name>`

* `common.adminColumns` - Custom attributes, that must be shown in the admin in the object browser. Like: `[{"name": {"en": "KNX address"}, "path": "native.address", "width": 100, "align": "left"}, {"name": "DPT", "path": "native.dpt", "width": 100, "align": "right", "type": "number", "edit": true, "objTypes": ["state", "channel"]}]`. `type` is a type of the attribute (e.g. string, number, boolean) and only needed if edit is enabled. `objTypes` is a list of the object types, that could have such attribute. Used only in edit mode too.
* `common.adminTab.fa-icon` - (deprecated) Font-Awesome icon name for TAB.
* `common.adminTab.icon` - (optional) link to icon or base64 encoded icon for TAB. Could be SVG
* `common.adminTab.ignoreConfigUpdate` - do not update config TAB if configuration changed (to enable configure settings in TAB)
* `common.adminTab.link` - link for iframe in the TAB. You can use parameter replacement like this: `http://%ip%:%port%`. IP will be replaced with host IP. A `port` will be extracted from `native.port`.
* `common.adminTab.name` - name of TAB in admin
Expand Down

0 comments on commit 1c00631

Please sign in to comment.