diff --git a/core/modules/user/config/tour.tour.people.yml b/core/modules/user/config/tour.tour.people.yml new file mode 100644 index 0000000..03097bc --- /dev/null +++ b/core/modules/user/config/tour.tour.people.yml @@ -0,0 +1,30 @@ +id: people +module: user +label: 'People' +langcode: en +paths: + - 'admin/people' +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.' + 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.' + weight: '2' + attributes: + 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.' + weight: '3' + attributes: + data-id: 'views-exposed-form-user-admin-people-page-1' + \ No newline at end of file