mirror of
https://github.com/Lissy93/dashy.git
synced 2025-11-01 19:54:00 +01:00
3.8 KiB
3.8 KiB
Untitled object in Dashy Config Schema Schema
https://example.com/schemas/abstract#/properties/pageInfo
| 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* |
pageInfo Type
object (Details)
pageInfo 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 |
| navLinks | array |
Optional | cannot be null | Dashy Config Schema |
| footerText | string |
Optional | cannot be null | Dashy Config Schema |
title
Title and heading for the app
title
-
is required
-
Type:
string -
cannot be null
-
defined in: Dashy Config Schema
title Type
string
description
Sub-title, displayed in header
description
-
is optional
-
Type:
string -
cannot be null
-
defined in: Dashy Config Schema
description Type
string
navLinks
Quick access links, displayed in header
navLinks
-
is optional
-
Type:
object[](Details) -
cannot be null
-
defined in: Dashy Config Schema
navLinks Type
object[] (Details)
navLinks Constraints
maximum number of items: the maximum number of items for this array is: 6
footerText
footerText
-
is optional
-
Type:
string -
cannot be null
-
defined in: Dashy Config Schema
footerText Type
string