This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/user/user.links.menu.yml

30 lines
768 B
YAML

user.page:
title: 'My account'
weight: -10
route_name: user.page
menu_name: account
user.logout:
title: 'Log out'
route_name: user.logout
weight: 10
menu_name: account
entity.user.collection:
title: People
route_name: entity.user.collection
description: 'Manage user accounts, roles, and permissions.'
parent: system.admin
weight: 4
user.admin_index:
title: People
route_name: user.admin_index
parent: system.admin_config
description: 'Configure user accounts.'
position: left
weight: -20
entity.user.admin_form:
title: 'Account settings'
parent: user.admin_index
description: 'Configure default behavior of users, including registration requirements, emails, and fields.'
weight: -10
route_name: entity.user.admin_form