Skip to content

Commit

Permalink
fix: make all option for footer mode default
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Jul 8, 2023
1 parent 7201e85 commit 32fc29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Parameters can be set using commands inside the dialogue. All available paramete
| `rightFooter:` or `rf:` | Default footer content for the dialogue on the right side. | none |
| `centerFooter:` or `cf:` | Default footer content for the dialogue on the middle. | none |
| `titleMode:` | Defines if and when to render titles. See available modes in the table below. | `first` |
| `footerMode:` | Defines if and when to render default footers. See available modes in the table below. | `disabled` |
| `footerMode:` | Defines if and when to render default footers. See available modes in the table below. | `all` |
| `messageMaxWidth:` | Defines the max message width in the dialogue. | `60%` |
| `commentMaxWidth:` | Defines the max comment width in the dialogue. | `60%` |
| `clean:` | Hide unparsable text. | `true` |
Expand Down

0 comments on commit 32fc29e

Please sign in to comment.