Allow setting same-tab and hide-arrow on bookmark groups

This commit is contained in:
Svilen Markov
2024-12-22 14:22:11 +00:00
parent f89fc2ee1d
commit eb86c3fb79
2 changed files with 42 additions and 8 deletions

View File

@@ -1481,6 +1481,12 @@ An array of groups which can optionally have a title and a custom color.
| title | string | no | |
| color | HSL | no | the primary color of the theme |
| links | array | yes | |
| same-tab | boolean | no | false |
| hide-arrow | boolean | no | false |
> [!TIP]
>
> You can set `same-tab` and `hide-arrow` either on the group which will apply them to all links in that group, or on each individual link which will override the value set on the group.
###### Properties for each link
| Name | Type | Required | Default |