Sfoglia il codice sorgente

Add domain and user setting order

Mark Crane 11 anni fa
parent
commit
244b080b51
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 4 0
      core/domain_settings/app_config.php
  2. 4 0
      core/users/app_config.php

+ 4 - 0
core/domain_settings/app_config.php

@@ -129,6 +129,10 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
 		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_order";
+		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
+		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_enabled";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";

+ 4 - 0
core/users/app_config.php

@@ -431,6 +431,10 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
 		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_order";
+		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
+		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_enabled";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";