Path: blob/main/src/resources/schema/document-reveal-content.yml
12925 views
- name: logo1tags:2formats: [revealjs]3schema:4ref: logo-light-dark-specifier5description: "Logo image (placed in bottom right corner of slides)"67- name: footer8tags:9formats: [revealjs]10schema: string11description:12short: "Footer to include on all slides"13long: |14Footer to include on all slides. Can also be set per-slide by including a15div with class `.footer` on the slide.1617- name: scrollable18tags:19formats: [revealjs]20schema: boolean21default: false22description:23short: "Allow content that overflows slides vertically to scroll"24long: |25`true` to allow content that overflows slides vertically to scroll. This can also26be set per-slide by including the `.scrollable` class on the slide title.2728- name: smaller29tags:30formats: [revealjs]31schema: boolean32default: false33description:34short: "Use a smaller default font for slide content"35long: |36`true` to use a smaller default font for slide content. This can also37be set per-slide by including the `.smaller` class on the slide title.3839- name: output-location40tags:41formats: [revealjs]42schema:43enum: [default, fragment, slide, column, column-fragment]44description:45short: Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)46long: |47Location of output relative to the code that generated it. The possible values are as follows:4849- `default`: Normal flow of the slide after the code50- `fragment`: In a fragment (not visible until you advance)51- `slide`: On a new slide after the curent one52- `column`: In an adjacent column53- `column-fragment`: In an adjacent column (not visible until you advance)5455Note that this option is supported only for the `revealjs` format.565758