dashy/docs/config-schema/dashy-config-properties-sec...

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

title Type

string

description

Short description, shown on hover or in a tooltip

description

description Type

string

icon

An icon, either as a font-awesome identifier, local or remote URL, or auto-fetched favicon

icon

icon Type

string

url

The destination to navigate to when item is clicked

url

url Type

string

target

Opening method, when item is clicked

target

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

color Type

string

provider

Provider name, e.g. Microsoft

provider

provider Type

string