From c251c213e652b6ce0f28a589a40a2c0bf8056141 Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 27 Feb 2020 15:20:43 -0500 Subject: [PATCH] Update app_config.php (#5161) --- themes/default/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/default/app_config.php b/themes/default/app_config.php index fd22c45835..02b89c54df 100644 --- a/themes/default/app_config.php +++ b/themes/default/app_config.php @@ -38,6 +38,14 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set a background color."; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b860230f-8e39-41e9-9168-15fb0e471df0"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "background_radial_gradient"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "40"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set a value 0-100 for a radial gradient."; + $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "d79fb881-8a1c-4082-9ef9-5ff359186e30"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "theme"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "background_color";