0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
schema
/
[
Home
]
File: document-dashboard.yml
- name: logo tags: formats: [dashboard] schema: path description: "Logo image (placed on the left side of the navigation bar)" - name: orientation tags: formats: [dashboard] schema: enum: [rows, columns] description: "Default orientation for dashboard content (default `rows`)" - name: scrolling tags: formats: [dashboard] schema: boolean default: false description: "Use scrolling rather than fill layout (default: `false`)" - name: expandable tags: formats: [dashboard] schema: boolean default: true description: "Make card content expandable (default: `true`)" - name: nav-buttons tags: formats: [dashboard] schema: maybeArrayOf: anyOf: - string - object: properties: text: string href: string icon: string rel: string target: string title: string aria-label: string description: "Links to display on the dashboard navigation bar"