mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
11 lines
236 B
TypeScript
11 lines
236 B
TypeScript
export const poll_conf = {
|
|
defaultConfig: {
|
|
maxCountOfAnswers: 150,
|
|
expiresDaysDelay: 60,
|
|
expiracyAfterLastModificationInDays: 180,
|
|
whoCanChangeAnswers: 'everybody',
|
|
visibility: 'link_only',
|
|
voteChoices: 'only_yes',
|
|
},
|
|
};
|