Update config key
parent
ccf4553ed3
commit
7521a73d87
|
@ -164,7 +164,7 @@ define(function() {
|
|||
// We're limiting the number of teams each user is able to own to 1 in order to make sure
|
||||
// users don't use "fake" teams (1 member) just to increase their storage limit.
|
||||
// You can change the value here.
|
||||
// config.maxTeamsOwned = 1;
|
||||
// config.maxOwnedTeams = 1;
|
||||
|
||||
return config;
|
||||
});
|
||||
|
|
|
@ -17,7 +17,7 @@ define(['/customize/application_config.js'], function (AppConfig) {
|
|||
displayPadCreationScreen: 'displayPadCreationScreen',
|
||||
deprecatedKey: 'deprecated',
|
||||
MAX_TEAMS_SLOTS: AppConfig.maxTeamsSlots || 3,
|
||||
MAX_TEAMS_OWNED: AppConfig.maxTeamsOwned || 1,
|
||||
MAX_TEAMS_OWNED: AppConfig.maxOwnedTeams || 1,
|
||||
// Sub
|
||||
plan: 'CryptPad_plan',
|
||||
// Apps
|
||||
|
|
Loading…
Reference in New Issue