Make the pad types displayed on the front page configurable
This commit is contained in:
10
customize.dist/application_config.js
Normal file
10
customize.dist/application_config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
});
|
||||
Reference in New Issue
Block a user