mirror of https://github.com/Lissy93/dashy.git
3.9 KiB
3.9 KiB
Untitled object in Dashy Config Schema Schema
https://example.com/schemas/abstract#/properties/sections/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 |
---|---|---|---|---|
name | string |
Required | cannot be null | Dashy Config Schema |
icon | string |
Optional | cannot be null | Dashy Config Schema |
displayData | object |
Optional | cannot be null | Dashy Config Schema |
items | array |
Required | cannot be null | Dashy Config Schema |
name
Title/ heading for a section
name
-
is required
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
name Type
string
icon
Icon will be displayed next to title
icon
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Dashy Config Schema
icon Type
string
displayData
Optional meta data for customizing a section
displayData
-
is optional
-
Type:
object
(Details) -
cannot be null
-
defined in: Dashy Config Schema
displayData Type
object
(Details)
items
Array of items to display with a section
items
-
is required
-
Type:
object[]
(Details) -
cannot be null
-
defined in: Dashy Config Schema
items Type
object[]
(Details)