6.5 KiB
Untitled object in Dashy Config Schema Schema
https://example.com/schemas/abstract#/properties/sections/items/properties/items/items
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | dashy-config.schema.json* |
items Type
object
(Details)
items Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
title | string |
Required | cannot be null | Dashy Config Schema |
description | string |
Optional | cannot be null | Dashy Config Schema |
icon | string |
Optional | cannot be null | Dashy Config Schema |
url | string |
Optional | cannot be null | Dashy Config Schema |
target | Not specified | Optional | cannot be null | Dashy Config Schema |
color | string |
Optional | cannot be null | Dashy Config Schema |
provider | string |
Optional | cannot be null | Dashy Config Schema |
title
Text shown on the item
title
-
is required
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
title Type
string
description
Short description, shown on hover or in a tooltip
description
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
description Type
string
icon
An icon, either as a font-awesome identifier, local or remote URL, or auto-fetched favicon
icon
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
icon Type
string
url
The destination to navigate to when item is clicked
url
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
url Type
string
target
Opening method, when item is clicked
target
-
is optional
-
Type: unknown
-
cannot be null
-
defined in: Dashy Config Schema
target Type
unknown
target Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"newtab" |
|
"sametab" |
|
"iframe" |
target Default Value
The default value is:
"newtab"
color
A custom fill color of the item
color
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
color Type
string
provider
Provider name, e.g. Microsoft
provider
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
provider Type
string