You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
define([
|
|
|
|
|
'/customize/messages.js'
|
|
|
|
|
], function (Messages) {
|
|
|
|
|
return [{
|
|
|
|
|
id: 'a',
|
|
|
|
|
used: 1,
|
|
|
|
|
name: Messages.form_type_poll,
|
|
|
|
|
content: {
|
|
|
|
|
form: {
|
|
|
|
|
"1": {
|
|
|
|
|
type: 'md'
|
|
|
|
|
},
|
|
|
|
|
"2": {
|
|
|
|
|
type: 'poll'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
order: ["1", "2"]
|
|
|
|
|
}
|
|
|
|
|
}];
|
|
|
|
|
});
|