cryptpad/customize.dist/application_config.js

11 lines
267 B
JavaScript
Raw Normal View History

define(function() {
var config = {};
/* Select the buttons displayed on the main page to create new collaborative sessions
* Existing types : pad, code, poll, slide
*/
config.availablePadTypes = ['pad', 'code', 'poll'];
return config;
});