tour.tour.tour-test.yml

drupal/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml

File

drupal/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml
View source
  1. id: tour-test
  2. module: tour_test
  3. label: Tour test english
  4. langcode: en
  5. paths:
  6. - tour-test-1
  7. tips:
  8. tour-test-1:
  9. id: tour-test-1
  10. plugin: text
  11. label: The first tip
  12. body: Is always the best dressed.
  13. weight: "1"
  14. attributes:
  15. data-id: tour-test-1
  16. tour-test-3:
  17. id: tour-test-3
  18. plugin: image
  19. label: The awesome image
  20. url: http://local/image.png
  21. weight: "1"
  22. attributes:
  23. data-id: tour-test-3