mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Support variable in email subject/signature
This commit is contained in:
parent
614d906ca6
commit
ce28c64750
14 changed files with 198 additions and 103 deletions
|
@ -122,6 +122,16 @@ export interface CustomConfig {
|
|||
email: string
|
||||
}
|
||||
|
||||
email: {
|
||||
body: {
|
||||
signature: string
|
||||
}
|
||||
|
||||
subject: {
|
||||
prefix: string
|
||||
}
|
||||
}
|
||||
|
||||
contactForm: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue