- Issue created by @chike
- Status changed to Fixed
3 months ago 8:11am 11 August 2024 - 🇮🇩Indonesia gausarts
Thank you.
It is a WAD to reduce DOM nested divities like:
.field > .field__items > .field__item > .gridstack
Into just:
.gridstack
However to use
theme_field
, you can implementhook_blazy_settings_alter
, and add:
$settings['use_theme_field'] = TRUE;
Be sure to add proper conditions accordingly using the provided
$blazies
object, otherwise it will likely break other displays in the entire Blazy ecosystem. Automatically closed - issue fixed for 2 weeks with no activity.