mirror of
https://github.com/gethomepage/homepage.git
synced 2026-08-01 02:37:07 -04:00
Documentation: note customapi block highlighting limitation
This commit is contained in:
@@ -139,7 +139,7 @@ Each widget can optionally provide a list of which fields should be visible via
|
||||
|
||||
### Block Highlighting
|
||||
|
||||
Widgets can tint their metric block text automatically based on rules defined alongside the service. Attach a `highlight` section to the widget configuration and map each block to one or more numeric or string rules using the field key (for example, `queued`, `lan_users`).
|
||||
Widgets can tint their metric block text automatically based on rules defined alongside the service. Attach a `highlight` section to the widget configuration and map each block to one or more numeric or string rules using the field key (for example, `queued`, `lan_users`). The custom api widget does not support highlighting.
|
||||
|
||||
```yaml
|
||||
- Sonarr:
|
||||
|
||||
@@ -146,6 +146,10 @@ The widget supports different display modes that can be set using the `display`
|
||||
|
||||
The default display mode is `block`, which shows fields in a block format.
|
||||
|
||||
!!! note
|
||||
|
||||
The Custom API widget does not currently support [block highlighting](../../configs/services.md#block-highlighting) in any display mode.
|
||||
|
||||
### List View
|
||||
|
||||
You can change the default block view to a list view by setting the `display` option to `list`.
|
||||
|
||||
Reference in New Issue
Block a user