- Issue created by @hctom
- Merge request !41Issue #3473815 Replace annotation of field type plugin with attribute → (Open) created by hctom
From Drupal 10.3 on, field type plugins should use attributes instead of a plugin annotations. See the following for more information:
So this should be changed for view_mode_switch
field type plugin once Drupal 10.2.x is not supported by the module anymore.
view_mode_switch
field type plugin annotation with Drupal\Core\Field\Attribute\FieldType
attributen/a
view_mode_switch
field type plugin will only be found by attribute discovery of field type plugins anymoren/a
Active
2.0
Code