You are here

tour.tour.block-layout.yml in Drupal 9

Same filename and directory in other branches
  1. 10 core/modules/block/config/optional/tour.tour.block-layout.yml
core/modules/block/config/optional/tour.tour.block-layout.yml

File

core/modules/block/config/optional/tour.tour.block-layout.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - block
  6. id: block-layout
  7. label: 'Block Layout Page'
  8. module: block
  9. routes:
  10. - route_name: block.admin_display
  11. tips:
  12. block-layout:
  13. id: block-layout
  14. plugin: text
  15. label: 'Block Layout'
  16. body: 'Blocks are boxes of content rendered into an area, or region, of a web page that can be displayed in regions (such as footer or sidebar) on your page.'
  17. weight: 1
  18. place-block:
  19. id: place-block
  20. plugin: text
  21. label: 'Place Blocks'
  22. body: 'Any custom or contributed block can be added to a particular region by clicking on a button Place block. A new block can also be created by clicking on Place Block'
  23. weight: 2
  24. selector: '.button--small'
  25. block-region:
  26. id: block-region
  27. plugin: text
  28. label: 'Block Region'
  29. body: 'Assign or change the region of a block by clicking here. A dropdown list with all the regions will appear.You can place one block in multiple regions.'
  30. weight: 3
  31. selector: '.block-region-select'
  32. configure-block:
  33. id: configure-block
  34. plugin: text
  35. label: 'Configure Block'
  36. body: 'By Clicking on "Configure" you can go ahead and edit the contents of the block, deal with the visibility settings and even change the placement of where it is on your theme.'
  37. weight: 4
  38. selector: '.dropbutton-widget'
  39. custom-block-library:
  40. id: custom-block-library
  41. plugin: text
  42. label: 'Custom Block Library'
  43. body: 'The block management screen also has an another tab on the top which is used to add Custom blocks. The name of the tab is "Custom block library". This tab ultimately provides a link to add custom blocks.'
  44. weight: 5