|
@@ -177,6 +177,7 @@
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "password";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "password";
|
|
@@ -266,6 +267,7 @@
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid";
|
|
@@ -279,6 +281,7 @@
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
$z++;
|
|
$z++;
|
|
@@ -321,14 +324,17 @@
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_category";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_category";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category.";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category.";
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_subcategory";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_subcategory";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory.";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory.";
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_name";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_value";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_value";
|
|
@@ -345,6 +351,7 @@
|
|
$z++;
|
|
$z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['search'] = "true";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
|
|
|
?>
|
|
?>
|