diff --git a/core/dashboard/app_config.php b/core/dashboard/app_config.php index 64d14c28c4..b9f779cf25 100644 --- a/core/dashboard/app_config.php +++ b/core/dashboard/app_config.php @@ -122,26 +122,26 @@ $apps[$x]['db'][$y]['fields'][$z]['toggle'] = ['true','false']; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label enabled'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "dashboard_label_text_color"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "dashboard_heading_text_color"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'dashboard_label_text_color'; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'dashboard_heading_text_color'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label text color.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_label_text_color_hover'; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "dashboard_heading_text_color_hover"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'dashboard_label_text_color_hover'; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'dashboard_heading_text_color_hover'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label text color hover.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_label_background_color'; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "dashboard_heading_background_color"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'dashboard_label_background_color'; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'dashboard_heading_background_color'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label background color.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dashboard_label_background_color_hover'; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "dashboard_heading_background_color_hover"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'dashboard_label_background_color_hover'; + $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'dashboard_heading_background_color_hover'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['search_by'] = ''; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the label background color hover.';