Skip to content

Commit

Permalink
(#4435) Fix bug with favicons reverting to defaults.
Browse files Browse the repository at this point in the history
- Move favicon settings to install profile.
- Remove responsive_favicons from cgov_core.features.yml

Closes #4435
  • Loading branch information
blairlearn committed Dec 19, 2024
1 parent 866da77 commit b42fbfb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docroot/profiles/custom/cgov_site/cgov_site.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ install:
- metatag_open_graph
- metatag_twitter_cards
- moderation_sidebar
- 'responsive_favicons:responsive_favicons'
# from CGOV
- app_module
- json_data_field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ excluded:
- cgov_core.frontend_globals
required:
- simple_sitemap.settings
- responsive_favicons.settings

0 comments on commit b42fbfb

Please sign in to comment.