Problem/Motivation
According to https://www.drupal.org/node/2801513, support for using 'type' => 'hidden' in a component is deprecated in drupal:8.3.0 and is removed from drupal:9.0.0.
This occurs in this module's hook_entity_base_field_info implementation: https://git.drupalcode.org/project/page_title_visibility/-/blob/8.x-1.x/...
Proposed resolution
Use 'region' => 'hidden' instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3183552-2.patch | 528 bytes | Pooja Ganjage |
Comments
Comment #2
Pooja Ganjage commentedHi,
Creating a patch for this issue.
Please review the patch.
Thanks.
Comment #3
Pooja Ganjage commentedComment #5
mark_fullmerThanks for the patch!