Skip to content

Commit

Permalink
Added news about JSONConfig includes
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 6, 2024
1 parent 155c37c commit 38957e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/en/history/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,19 @@ The widgets are designed for VIS 1.x.

## scheduler (05.4.2024) – new feature
Scheduler supports now holidays and custom types.

## admin (6.4.2024) – new feature
Admin now supports the includes in JSONConfig files:

```json5
{
"tabs": {
"tab1": {
"type": "panel", // data will be combined with the content of "tab1.json". If the same attribute is defined in both files, the value from the included file will be used.
"#include": "tab1.json"
}
}
}
```

https://github.com/ioBroker/ioBroker.admin/blob/master/packages/jsonConfig/SCHEMA.md#includes

0 comments on commit 38957e2

Please sign in to comment.