Update config key
This commit is contained in:
@@ -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
|
// 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.
|
// users don't use "fake" teams (1 member) just to increase their storage limit.
|
||||||
// You can change the value here.
|
// You can change the value here.
|
||||||
// config.maxTeamsOwned = 1;
|
// config.maxOwnedTeams = 1;
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ define(['/customize/application_config.js'], function (AppConfig) {
|
|||||||
displayPadCreationScreen: 'displayPadCreationScreen',
|
displayPadCreationScreen: 'displayPadCreationScreen',
|
||||||
deprecatedKey: 'deprecated',
|
deprecatedKey: 'deprecated',
|
||||||
MAX_TEAMS_SLOTS: AppConfig.maxTeamsSlots || 3,
|
MAX_TEAMS_SLOTS: AppConfig.maxTeamsSlots || 3,
|
||||||
MAX_TEAMS_OWNED: AppConfig.maxTeamsOwned || 1,
|
MAX_TEAMS_OWNED: AppConfig.maxOwnedTeams || 1,
|
||||||
// Sub
|
// Sub
|
||||||
plan: 'CryptPad_plan',
|
plan: 'CryptPad_plan',
|
||||||
// Apps
|
// Apps
|
||||||
|
|||||||
Reference in New Issue
Block a user