only in patch2: unchanged: --- a/core/modules/user/config/entity.form_mode.user.register.yml +++ b/core/modules/user/config/entity.form_mode.user.register.yml @@ -1,4 +1,5 @@ id: user.register +uuid: 1d8bdf42-c908-43b6-a802-bb350d80a248 label: Register -status: '1' +status: true targetEntityType: user only in patch2: unchanged: --- a/core/modules/user/config/entity.view_mode.user.compact.yml +++ b/core/modules/user/config/entity.view_mode.user.compact.yml @@ -1,5 +1,6 @@ id: user.compact +uuid: a5572673-f233-4576-9739-5f4dcfd1e7fe label: Compact -status: '1' -cache: '1' +status: true +cache: true targetEntityType: user only in patch2: unchanged: --- a/core/modules/user/config/entity.view_mode.user.full.yml +++ b/core/modules/user/config/entity.view_mode.user.full.yml @@ -1,5 +1,6 @@ id: user.full +uuid: 021fa7ab-8e19-4ab7-8c4e-b68edcfacb52 label: User account -status: '0' -cache: '1' +status: false +cache: true targetEntityType: user