tour.tour.tour-test-legacy.yml
Same filename in this branch
1 string reference to 'tour.tour.tour-test-legacy'
- TourTipDeprecatedConfigModuleInstallTest::testModuleInstall in core/
modules/ tour/ tests/ src/ Functional/ Update/ TourTipDeprecatedConfigModuleInstallTest.php - Test ensuring that tour config is updated on config import.
File
-
core/
modules/ tour/ tests/ tour_legacy_test/ config/ install/ tour.tour.tour-test-legacy.yml
View source
- langcode: en
- id: tour-test-legacy
- label: 'Tour test Legacy'
- module: tour_test
- routes:
- -
- route_name: tour_test.legacy
- tips:
- tour-test-legacy-1:
- id: tour-test-legacy-1
- plugin: text_legacy
- label: 'The first legacy tip'
- body: 'Is <a href="[site:url]">[site:name]</a> always the best dressed?'
- weight: 1
- attributes:
- data-id: tour-test-1
- tour-test-legacy-3:
- id: tour-test-legacy-3
- plugin: image_legacy
- label: 'The awesome legacy image'
- url: 'http://local/image.png'
- weight: 1
- tour-test-legacy-6:
- id: tour-test-legacy-6
- plugin: text_legacy
- label: 'Im a legacy list'
- body: '<p>Im all these things:</p><ul><li>Modal</li><li>Awesome</li></ul>'
- weight: 6
- attributes:
- data-class: tour-test-5
- tour-test-legacy-7:
- id: tour-test-legacy-7
- plugin: text_legacy
- label: 'Im a legacy list with more attributes'
- body: '<p>More attributes</p>'
- weight: 8
- attributes:
- data-class: tour-test-7
- foo: bar
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.