Documentation: note customapi block highlighting limitation

This commit is contained in:
shamoon
2026-07-16 15:08:53 -07:00
parent 5d9ad0632b
commit c393e8a48a
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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`.