2014-03-28 23:27:34 +00:00
|
|
|
user.page:
|
|
|
|
title: 'My account'
|
|
|
|
weight: -10
|
|
|
|
route_name: user.page
|
|
|
|
menu_name: account
|
|
|
|
user.logout:
|
|
|
|
weight: 10
|
|
|
|
menu_name: account
|
Issue #2503755 by Wim Leers, bobrov1989, webchick, dcrocks, andypost, emma.maria, catch, Bojhan, dawehner, Gábor Hojtsy, alexpott, tstoeckler, yoroy: Switch from user login block to login menu link and search block in standard profile
2015-10-05 21:46:10 +00:00
|
|
|
class: Drupal\user\Plugin\Menu\LoginLogoutMenuLink
|
2015-01-19 09:37:11 +00:00
|
|
|
entity.user.collection:
|
2014-03-28 23:27:34 +00:00
|
|
|
title: People
|
2015-01-19 09:37:11 +00:00
|
|
|
route_name: entity.user.collection
|
2014-03-28 23:27:34 +00:00
|
|
|
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
|
2014-08-14 03:39:40 +00:00
|
|
|
entity.user.admin_form:
|
2014-03-28 23:27:34 +00:00
|
|
|
title: 'Account settings'
|
|
|
|
parent: user.admin_index
|
2015-10-05 06:38:58 +00:00
|
|
|
description: 'Configure default user account settings, including fields, registration requirements, and email messages.'
|
2014-03-28 23:27:34 +00:00
|
|
|
weight: -10
|
2014-08-14 03:39:40 +00:00
|
|
|
route_name: entity.user.admin_form
|