tour.tour.block-layout.yml

Same filename in other branches
  1. 9 core/modules/block/config/optional/tour.tour.block-layout.yml
  2. 11.x core/modules/tour/config/optional/tour.tour.block-layout.yml
core/modules/tour/config/optional/tour.tour.block-layout.yml

File

core/modules/tour/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. -
  11. route_name: block.admin_display
  12. tips:
  13. block-layout:
  14. id: block-layout
  15. plugin: text
  16. label: 'Block Layout'
  17. weight: 1
  18. 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.'
  19. place-block:
  20. id: place-block
  21. plugin: text
  22. label: 'Place Blocks'
  23. weight: 2
  24. selector: .button--small
  25. 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'
  26. block-region:
  27. id: block-region
  28. plugin: text
  29. label: 'Block Region'
  30. weight: 3
  31. selector: .block-region-select
  32. 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.'
  33. configure-block:
  34. id: configure-block
  35. plugin: text
  36. label: 'Configure Block'
  37. weight: 4
  38. selector: .dropbutton-widget
  39. 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.'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.