funky-framadate-front/src/app/config/PollConfig.ts

8 lines
156 B
TypeScript

/**
* used as a global form configuration object to generate the form to send
*/
export var PollConfig = {
poll_type: "simple",
allow_stuff: true,
};