Account created on 8 December 2013, over 10 years ago
#

Recent comments

πŸ‡¨πŸ‡³China kongkx

I think add context to all unit string is better.

      self::MILLIMETER => t('mm', [], ['context' => 'length unit']),
      self::CENTIMETER => t('cm', [], ['context' => 'length unit']),
      self::METER => t('m', [], ['context' => 'length unit']),
      self::KILOMETER => t('km', [], ['context' => 'length unit']),
      self::INCH => t('in', [], ['context' => 'length unit']),
      self::FOOT => t('ft', [], ['context' => 'length unit']),
      self::NAUTICAL_MILE => t('M', [], ['context' => 'length unit']),
πŸ‡¨πŸ‡³China kongkx

The pin widgets are binded with "view_mode". It's required to enable pin on "Field Display" of different "view_mode" of Entity/Bundle and then add pins for the specific view_mode on the edit form.

Production build 0.69.0 2024