Field label won't show on the page

Created on 13 April 2024, 7 months ago
Updated 25 August 2024, 3 months ago

Problem/Motivation

When the field formatter is used, it becomes impossible to show the label of the field on the page.

💬 Support request
Status

Fixed

Version

2.0

Component

Documentation

Created by

🇳🇬Nigeria chike Nigeria

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @chike
  • Status changed to Fixed 3 months ago
  • 🇮🇩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 implement hook_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.

Production build 0.71.5 2024