Implement contact form on server side
This commit is contained in:
parent
8d00889b60
commit
a4101923e6
32 changed files with 541 additions and 49 deletions
|
@ -41,6 +41,10 @@ export interface CustomConfig {
|
|||
email: string
|
||||
}
|
||||
|
||||
contactForm: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
user: {
|
||||
videoQuota: number
|
||||
videoQuotaDaily: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue