feat: Remove field_user_category (gerenciado em outro módulo)

Remove os arquivos de config field.storage, field.field e translation
referentes ao field_user_category, e elimina todas as referências
ao campo em site_users.module, site_users.install e UserInfoBlock.php.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 13:47:34 -03:00
parent aac6256b27
commit 1dafd4a865
6 changed files with 2 additions and 69 deletions

View File

@@ -109,7 +109,7 @@ class UserInfoBlock extends BlockBase implements ContainerFactoryPluginInterface
'username' => $user->getDisplayName(),
'name' => $this->getFieldValue($user, 'field_user_name'),
'phone' => $this->getFieldValue($user, 'field_user_phone'),
'category' => $this->getFieldValue($user, 'field_user_category'),
'bio' => $this->getFieldValue($user, 'field_user_bio'),
'photo_url' => $default_photo_url,