Enhancement: add label formatting for dynamic-list customapi widget (#5217)
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled

This commit is contained in:
Rayan Mestiri
2025-04-25 10:11:03 +02:00
committed by GitHub
parent d99c3cb691
commit a35da39c03
2 changed files with 3 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ widget:
name: id # required, field in each item to use as the item name (left side)
label: ip_address # required, field in each item to use as the item label (right side)
limit: 5 # optional, limit the number of items to display
format: text # optional - format of the label field
target: https://example.com/server/{id} # optional, makes items clickable with template support
```