The product title field isn't set to be configurable in entity view, which means that in any view mode you create for products, you get its default setting of:

      ->setDisplayOptions('view', [
        'label' => 'hidden',
        'type' => 'string',
        'weight' => -5,
      ])

This means that it can't be hidden.

Comments

joachim created an issue. See original summary.

joachim’s picture

Status: Active » Needs review
StatusFileSize
new539 bytes

  • bojanz committed cfc6b8b on 8.x-2.x authored by joachim
    Issue #2934672 by joachim: product title field should be configurable in...
bojanz’s picture

Status: Needs review » Fixed

Thanks! This was a weird omission. Every field with a configured widget/formatter needs to be configurable.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.