Version 1
[yaffs-website] / web / core / modules / tour / tests / tour_test / config / install / tour.tour.tour-test.yml
diff --git a/web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml b/web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml
new file mode 100644 (file)
index 0000000..4236f72
--- /dev/null
@@ -0,0 +1,40 @@
+id: tour-test
+module: tour_test
+label: 'Tour test english'
+langcode: en
+routes:
+  - route_name: tour_test.1
+  - route_name: tour_test.3
+    route_params:
+      locale: foo
+tips:
+  tour-test-1:
+    id: tour-test-1
+    plugin: text
+    label: 'The first tip'
+    body: 'Is <a href="[site:url]">[site:name]</a> always the best dressed?'
+    weight: 1
+    attributes:
+      data-id: tour-test-1
+  tour-test-action:
+    id: tour-test-3
+    plugin: text
+    label: 'The action'
+    body: 'The action button of awesome'
+    weight: 2
+    attributes:
+      data-class: button-action
+  tour-test-3:
+    id: tour-test-3
+    plugin: image
+    label: 'The awesome image'
+    url: 'http://local/image.png'
+    weight: 1
+  tour-test-6:
+    id: tour-test-6
+    plugin: text
+    label: 'Im a list'
+    body: '<p>Im all these things:</p><ul><li>Modal</li><li>Awesome</li></ul>'
+    weight: 6
+    attributes:
+      data-id: tour-test-3