You are here

tour.tour.content-list.yml in Thunder 6.2.x

modules/thunder_demo/config/install/tour.tour.content-list.yml

File

modules/thunder_demo/config/install/tour.tour.content-list.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - thunder_demo
  6. id: content-list
  7. label: 'Content listing'
  8. module: thunder_demo
  9. routes:
  10. -
  11. route_name: view.content.page_1
  12. -
  13. route_name: system.admin_content
  14. tips:
  15. first:
  16. id: first
  17. plugin: text
  18. label: 'Content listing page'
  19. body: '<p>We are on the content lising page. It allows you to browse your content, see some details, edit and execute actions on it.</p><p>Let''s go step by step.</p>'
  20. weight: 1
  21. filters:
  22. id: filters
  23. plugin: text
  24. label: Filters
  25. body: '<p>Filters can be used to search the content based on author, type, title and other parameters. Hit "Filter" when you entered the desired values.</p>'
  26. weight: 2
  27. selector: '#views-exposed-form-content-page-1'
  28. actions:
  29. id: actions
  30. plugin: text
  31. label: Actions
  32. body: '<p>They let you execute actions on multiple content items at once. Check which actions are offered in the drop-down.</p>'
  33. weight: 3
  34. selector: '#edit-node-bulk-form--2'
  35. actions-checkbox:
  36. id: actions-checkbox
  37. plugin: text
  38. label: Actions
  39. body: '<p>In order to define which items to execute an action on use the checkboxes. The one in the header row will select all items on a page and the ones in the rows below will select corresponding individual items.</p>'
  40. weight: 4
  41. position: right
  42. selector: '.views-table .select-all'
  43. sort:
  44. id: sort
  45. plugin: text
  46. label: Sorting
  47. body: '<p>Click on the links in the header row to sort the list. Arrow next to the active sort link indicates the sort direction (ascending or descending).</p>'
  48. weight: 5
  49. position: top
  50. selector: '.views-table #view-changed-table-column'
  51. operations:
  52. id: operations
  53. plugin: text
  54. label: 'Content operations'
  55. body: '<p>Use content operations dropbutton to edit or delete a given content item.</p>'
  56. weight: 6
  57. position: left
  58. selector: '.views-table tr:nth-child(2) .views-field-operations'
  59. last:
  60. id: last
  61. plugin: text
  62. label: 'That is it for now'
  63. body: '<p>Nice! Let us just mention that it is very easy to modify most of things on this page (as it is the case with any listing in Thunder). A very powerful module called "Views" can be used to do that. Details about it are out of scope for this tour. For now just keep in mind that you will be able to tweak it if you need to.</p><p>This is it for now. I hope that you enjoyed our company. Now you can navigate back to the <a href="/">front page</a> and start exploring on your own.'
  64. weight: 7