Skip to content
Snippets Groups Projects
Commit 091225b1 authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch 'feature/ISTWCMS-4630-Hide-display-first-last-name' into '1.0.x'

ISTWCMS-4630 Hide displaying user first and last name

See merge request !104
parents a6c3e019 b62d8ca6
No related branches found
No related tags found
2 merge requests!111Tag 1.0.1,!104ISTWCMS-4630 Hide displaying user first and last name
...@@ -11,32 +11,18 @@ targetEntityType: user ...@@ -11,32 +11,18 @@ targetEntityType: user
bundle: user bundle: user
mode: default mode: default
content: content:
field_uw_first_name:
weight: 0
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_uw_last_name:
weight: 1
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
member_for: member_for:
weight: 2 weight: 1
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
role_expire: role_expire:
weight: 3 weight: 2
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
field_uw_first_name: true
field_uw_last_name: true
langcode: true langcode: true
realname: true realname: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment