Parcourir la source

Update app_config.php (#5022)

chansizzle il y a 5 ans
Parent
commit
2b18bb376a
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      app_config.php

+ 11 - 0
app_config.php

@@ -271,10 +271,12 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_type";
 		$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 type.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_organization";
 		$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 organization.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_prefix";
@@ -283,6 +285,7 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_given";
 		$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 given name.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_middle";
@@ -291,6 +294,7 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_family";
 		$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 family name.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_name_suffix";
@@ -299,30 +303,37 @@
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_nickname";
 		$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 nickname.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_title";
 		$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 title.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_role";
 		$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 role.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_category";
 		$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.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_url";
 		$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 website address.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_time_zone";
 		$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 time zone.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_note";
 		$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 notes.";
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "last_mod_date";