|
@@ -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'] = "";
|