UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

46 lines (45 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { "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#" }; exports.default = _default;