Skip to content

Commit 683f26a

Browse files
committed
Update README.md
1 parent e32efc0 commit 683f26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,10 +946,10 @@ A text item that consists of a key and a value. The value can optionally be link
946946
|-----------------|---------|-------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
947947
| `type` | String | - | No | Must be `"keyValue"`. |
948948
| `key` | String | - | No | The key text to display. |
949-
| `value` | String | Array | - | No | The value text to display. Can be an array of values. |
950-
| `values` | Array | - | Yes | Additional values to display after `value`. Each item is an object with `value`, optional `url` and `isRelativeUrl`. |
949+
| `value` | String | - | No | The value text to display. |
951950
| `url` | String | `undefined` | Yes | The URL that will be opened in a new browser tab when clicking on the value text. It can be set to an absolute URL or a relative URL in which case the base URL is `<PROTOCOL>://<HOST>/<MOUNT_PATH>/`. |
952951
| `isRelativeUrl` | Boolean | `false` | Yes | Set this to `true` when linking to another dashboard page, in which case the base URL for the relative URL will be `<PROTOCOL>://<HOST>/<MOUNT_PATH>/apps/<APP_NAME>/`. |
952+
| `values` | Array | - | Yes | Additional values to display after `value`. Each item is an object with `value`, optional `url` and `isRelativeUrl`. |
953953
| `style` | Object | - | Yes | The CSS style definition. |
954954

955955
Examples:

0 commit comments

Comments
 (0)