Template Setup - cgarwood/propresenter-presentation-builder GitHub Wiki
The template presentation requires slides with specific labels, and certain slide templates may require text boxes with specific names. The requirements for each are outlined below.
Slide labels should match the section headers below. For example, a Verse slide should have the label "Verse" and two textboxes. One textbox should be named "Verse" or "Text" and the second textbox should be named "Caption" or "Reference"
Set the font, size, color, etc of the text and insert [TEXT] where you want the generated content to be inserted.
Title
| Possible Element Names | Description |
|---|---|
| Title | The main title |
| Subtitle | The subtitle |
Point
| Possible Element Name | Description |
|---|---|
| any | The content. Searches for a single text box, no name required. |
Verse
| Possible Element Names | Description |
|---|---|
| Text, TextElement, Verse | The main verse content |
| Caption, Reference | The verse reference |
Quote
| Possible Element Names | Description |
|---|---|
| Text, TextElement, Quote | The main quote content |
| Caption, Reference, Author, Quote Author | The author of the quote |
Blank
Blank slides have no special requirements for slide elements, and will be copied as-is.
Callouts
3 callouts or main points with a title and a description
| Possible Element Names | Description |
|---|---|
| Title 1, Topic 1 | Callout 1 Title |
| Text 1, Content 1, Description 1 | Callout 1 details |
| Title 2, Topic 2 | Callout 2 Title |
| Text 2, Content 2, Description 2 | Callout 2 details |
| Title 3, Topic 3 | Callout 3 Title |
| Text 3, Content 3, Description 3 | Callout 3 details |