File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
web/themes/custom/fds_faxe_theme Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,15 @@ function fds_faxe_theme_form_system_theme_settings_alter(
37
37
];
38
38
39
39
// Add a vertical tab for custom theme settings.
40
- $ form ['fds_faxe_theme_settings ' ] = [
41
- '#type ' => 'vertical_tabs ' ,
40
+ $ form ['banner_search_settings ' ] = [
41
+ '#type ' => 'details ' ,
42
42
'#title ' => t ('Banner Search settings ' ),
43
43
'#weight ' => -10 ,
44
+ '#group ' => 'fds_base_theme '
44
45
];
45
46
46
47
// Add the image upload field.
47
- $ form ['fds_faxe_theme_settings ' ]['fds_faxe_theme_background_image ' ] = [
48
+ $ form ['banner_search_settings ' ]['fds_faxe_theme_background_image ' ] = [
48
49
'#type ' => 'managed_file ' ,
49
50
'#title ' => t ('Background Image ' ),
50
51
'#description ' => t ('Upload the background image for the block. ' ),
You can’t perform that action at this time.
0 commit comments