Path: blob/main/src/resources/schema/document-dashboard.yml
12925 views
- name: logo1tags:2formats: [dashboard]3schema:4ref: logo-light-dark-specifier5description: "Logo image(s) (placed on the left side of the navigation bar)"67- name: orientation8tags:9formats: [dashboard]10schema:11enum: [rows, columns]12description: "Default orientation for dashboard content (default `rows`)"1314- name: scrolling15tags:16formats: [dashboard]17schema: boolean18default: false19description: "Use scrolling rather than fill layout (default: `false`)"2021- name: expandable22tags:23formats: [dashboard]24schema: boolean25default: true26description: "Make card content expandable (default: `true`)"2728- name: nav-buttons29tags:30formats: [dashboard]31schema:32maybeArrayOf:33anyOf:34- string35- object:36properties:37text: string38href: string39icon: string40rel: string41target: string42title: string43aria-label: string44description: "Links to display on the dashboard navigation bar"454647