tour_legacy_test.schema.yml

core/modules/tour/tests/tour_legacy_test/config/schema/tour_legacy_test.schema.yml

File

core/modules/tour/tests/tour_legacy_test/config/schema/tour_legacy_test.schema.yml

View source
  1. # Schema for the configuration files of the Tour Test Legacy module.
  2. tour.tip.image_legacy:
  3. type: tour.tip
  4. label: 'Image tour tip'
  5. mapping:
  6. url:
  7. type: uri
  8. label: 'Image URL'
  9. tour.tip.text_legacy:
  10. type: tour.tip
  11. label: 'Textual tour tip'
  12. mapping:
  13. body:
  14. type: text
  15. label: 'Body'

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