Compare commits
2 commits
7cda8a7e08
...
98a70bec1d
| Author | SHA1 | Date | |
|---|---|---|---|
| 98a70bec1d | |||
| a726108f24 |
1 changed files with 10 additions and 10 deletions
|
|
@ -15,15 +15,15 @@
|
|||
};
|
||||
|
||||
features = {
|
||||
submissions.enable = false;
|
||||
websites.enable = false;
|
||||
submissions.enable = true;
|
||||
websites.enable = true;
|
||||
drawing = {
|
||||
enable = false;
|
||||
canvasWidth = 400;
|
||||
canvasHeight = 200;
|
||||
enable = true;
|
||||
canvasWidth = 300;
|
||||
canvasHeight = 140;
|
||||
};
|
||||
voiceNote = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
maxDuration = 20;
|
||||
};
|
||||
telegram = {
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
};
|
||||
|
||||
styles = {
|
||||
templateFile = "./templates/default.html";
|
||||
successTemplateFile = "./templates/success.html";
|
||||
templateFile = ./templates/default.html;
|
||||
successTemplateFile = ./templates/success.html;
|
||||
separator = "-----------";
|
||||
labels = {
|
||||
submit = "Submit";
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
message = "Your message*:";
|
||||
};
|
||||
message = {
|
||||
width = 400;
|
||||
height = 150;
|
||||
width = 300;
|
||||
height = 100;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue