Просмотр исходного кода

Update default features in settings

James Allen 12 лет назад
Родитель
Сommit
179bc4df33
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      config/settings.development.coffee

+ 6 - 4
config/settings.development.coffee

@@ -130,14 +130,16 @@ module.exports =
 	#
 	# You can select the features that are enabled by default for new
 	# new users.
+	defaultFeatures: defaultFeatures =
+		collaborators: -1
+		dropbox: true
+		versioning: true
+
 	plans: plans = [{
 		planCode: "personal"
 		name: "Personal"
 		price: 0
-		features: 
-			collaborators: -1
-			dropbox: true
-			versioning: true
+		features: defaultFeatures
 	}]
 
 	# Spelling languages