Clarifying lowercase requirement (#1791)

The "-state" part of the custom dynamic icon name must be lowercase. Clarifying this where the state parameter is explained
pull/1792/head
ulfwin 2022-04-05 21:52:48 +02:00 committed by GitHub
parent b4c3945b4c
commit 0861e9a1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ Dynamic icon filenames follow the pattern below:
```
- `<name>` - the name of the icon set
- `-<state>` - the Item state the icon maps to (e.g. "ON" or "OFF", "OPEN" or "CLOSED")
- `-<state>` - the Item state the icon maps to in lowercase (e.g. "-on" or "-off", "-open" or "-closed")
- `<extension>` - bitmap (`png`) or vector graphic (`svg`) icon file extension ([see above](#icons))
Dynamic icon sets may consist of as many state-specific icon files as needed.