@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
41 lines • 992 B
JSON
{
"description": "Knapsack Settings",
"type": "object",
"properties": {
"title": {
"description": "The title of the site",
"type": "string"
},
"subtitle": {
"description": "Site subtitle",
"type": "string"
},
"slogan": {
"type": "string"
},
"parentBrand": {
"description": "Settings related to the parent brand that owns/uses the design system",
"type": "object",
"properties": {
"title": {
"description": "Title/name of the parent brand",
"type": "string"
},
"homepage": {
"description": "URI of homepage of parent brand",
"type": "string"
},
"logo": {
"description": "URI of image file for brand logo",
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false,
"required": [
"title"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}