cryptpad/customize.dist/application_config.js

10 lines
276 B
JavaScript

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', 'slide'];
return config;
});