Skip to content

Commit

Permalink
Markdown preview broken
Browse files Browse the repository at this point in the history
  • Loading branch information
BozarthPrime committed Nov 1, 2023
1 parent ba290dc commit 8229b88
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/widgets/last-donation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To update the settings update their value in `last-donation-settings.js` with an
|---|---|---|---|
| animate | Animate the last donation instead of persist on screen | Boolean | false |
| animationPauseMS | Duration that the last donation message is displayed in milliseconds. Only used if animate is true | Integer | 5000 |
| animationDirection | Direction of animation. Only used if animate is true | "left" | "right" | "left" |
| animationDirection | Direction of animation. Only used if animate is true | "left" \| "right" | "left" |
| participantIds | Extra Life participant IDs | Array of Text | Empty array |
| unknownDonorName | Donor name to show if the donor name is null | Text | "Mysterious Hero" |
| unknownDonationAmountText | Text to display when donor has elected to only show the amount to the participant | Text | "Private Donation" |
Expand All @@ -36,12 +36,7 @@ To update the settings update their value in `last-donation-settings.js` with an
| soundList | List of paths to sound files. If any are set a random one will play on every new donation. It is easiest to have just the file names in the list and to put the audio files in the last-donation directory | Array of Text | Empty array |
| donationCycleMS | How long to display each donation before going to the next. | Integer | 10000 |
| refreshTimeMS | How often the data should be refreshed in milliseconds | Integer | 10000 |
| incentives | List of Incentives to treat differently than normal donations | Object | {
"DABB11ED-ABBA-CABB-FEEEEEEEEEEEEEED": {
incentiveText: "Jelly Bean Time!",
incentiveSoundList: ["BeanFanfare.ogg"]
}
} |
| incentives | List of Incentives to treat differently than normal donations | Object | |

### How to get someone's Participant ID

Expand Down

0 comments on commit 8229b88

Please sign in to comment.