diff --git a/CHANGELOG.md b/CHANGELOG.md index df331e8d..b3e4ea9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entry gets prefixed with the category of the item (Added, Changed, Depreciated, Removed, Fixed, Security). +## [2025.01] +- Enabled background images on the Group block; We should try to use this instead of the Cover block where possible. + ## [2024.08] - Updated: Moose 2.0; See specific updates in the [Github PR here](https://github.com/moderntribe/moose/pull/152). Design requirements in the [Jira ticket here](https://moderntribe.atlassian.net/browse/MOOSE-99). - Chore: Github Action workflow updates to use the latest versions of actions/cache. diff --git a/wp-content/themes/core/assets/pcss/layout/_utilities.pcss b/wp-content/themes/core/assets/pcss/layout/_utilities.pcss index b639ab03..792fad49 100644 --- a/wp-content/themes/core/assets/pcss/layout/_utilities.pcss +++ b/wp-content/themes/core/assets/pcss/layout/_utilities.pcss @@ -2,12 +2,11 @@ * * Layout Helpers * - * Uses clear attribute to clear floats on elements - * * ------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- * Clearfix + * Uses clear attribute to clear floats on elements * ----------------------------------------------------------------------- */ .l-clearfix::after { diff --git a/wp-content/themes/core/theme.json b/wp-content/themes/core/theme.json index 3bdc9aa9..a60d8dda 100644 --- a/wp-content/themes/core/theme.json +++ b/wp-content/themes/core/theme.json @@ -26,6 +26,12 @@ "textTransform": false } }, + "core/group": { + "background": { + "backgroundImage": true, + "backgroundSize": true + } + }, "core/heading": { "typography": { "fontFamilies": [],