diff --git a/core/modules/user/config/tour.tour.people.yml b/core/modules/user/config/tour.tour.people.yml index 8f57998..60b52a4 100644 --- a/core/modules/user/config/tour.tour.people.yml +++ b/core/modules/user/config/tour.tour.people.yml @@ -1,29 +1,48 @@ id: people module: user -label: 'People' +label: People +status: true langcode: en routes: - - route_name: user.admin_account + - + route_name: user.admin_account tips: people-main: id: people-main plugin: text label: 'Managing users' - body: 'This page shows you a list of all of the registered users of your site.' + body: 'View and edit user accounts.' weight: 1 people-add: id: people-add plugin: text label: 'Add a user' - body: 'Users can register on your site or you can add them manually here.' + body: 'Create a new user account.' weight: 2 attributes: - data-class: 'action-links' + data-class: action-links people-filter: id: people-filter plugin: text - label: 'Search or filter users' - body: 'Use this to hide users from the list or search for a specific user.' + label: 'Search for users' + body: 'Find users by applying filters.' weight: 3 attributes: - data-id: 'views-exposed-form-user-admin-people-page-1' + data-id: views-exposed-form-user-admin-people-page-1 + people-operations: + id: people-operations + plugin: text + label: 'Update accounts' + body: 'Select one or more users via the checkboxes to apply changes to the accounts.' + weight: 4 + attributes: + data-id: edit-submit--2 + people-edit: + id: people-edit + plugin: text + label: 'Edit user account' + body: 'Make changes to one user account.' + weight: 5 + location: left + attributes: + data-class: dropbutton-widget