diff --git a/config/tour.tour.tip-edit.yml b/config/tour.tour.tip-edit.yml
new file mode 100644
index 0000000..2e44d33
--- /dev/null
+++ b/config/tour.tour.tip-edit.yml
@@ -0,0 +1,47 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - tour_ui
+id: tip-edit
+label: 'Edit tip'
+module: tour_ui
+routes:
+  -
+    route_name: tour_ui.tip.edit
+tips:
+  tour-page:
+    id: tour-page
+    plugin: text
+    label: 'Tour edit'
+    weight: 1
+    attributes: null
+    body: '<p>On this page you edit a tour.</p><p>Note that after saving a tour you need to make sure the tour file is copied for later use into a module config directory or into an issue queue.</p>'
+    location: top
+  tour-label:
+    id: tour-label
+    plugin: text
+    label: Label
+    weight: 3
+    attributes:
+      data-id: edit-label
+    body: '<p>The label is for administrative purposed. Used by Tour UI to list a Tour.</p>'
+    location: top
+  tour-paths:
+    id: tour-paths
+    plugin: text
+    label: Paths
+    weight: 5
+    attributes:
+      data-id: edit-paths
+    body: '<p>Here you define the path or paths a Tour should be displayed.</p><p>You may use * as a wildcard for a path element. Ie node/*edit</p>'
+    location: top
+  tour-tips:
+    id: tour-tips
+    plugin: text
+    label: Tips
+    weight: 7
+    attributes:
+      data-id: edit-tips
+    body: '<p>These are the tips.</p>'
+    location: null
diff --git a/config/tour.tour.tour-edit.yml b/config/tour.tour.tour-edit.yml
new file mode 100644
index 0000000..0d3b538
--- /dev/null
+++ b/config/tour.tour.tour-edit.yml
@@ -0,0 +1,47 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - tour_ui
+id: tour-edit
+label: 'Edit tour'
+module: tour_ui
+routes:
+  -
+    route_name: entity.tour.edit_form
+tips:
+  tour-page:
+    id: tour-page
+    plugin: text
+    label: 'Tour edit'
+    weight: 1
+    attributes: ''
+    body: '<p>On this page you edit a tour.</p><p>Note that after saving a tour you need to make sure the tour file is copied for later use into a module config directory or into an issue queue.</p>'
+    location: top
+  tour-label:
+    id: tour-label
+    plugin: text
+    label: Label
+    weight: 3
+    attributes:
+      data-id: edit-label
+    body: '<p>The label is for administrative purposed. Used by Tour UI to list a Tour.</p>'
+    location: top
+  tour-paths:
+    id: tour-paths
+    plugin: text
+    label: Paths
+    weight: 5
+    attributes:
+      data-id: edit-paths
+    body: '<p>Here you define the path or paths a Tour should be displayed.</p><p>You may use * as a wildcard for a path element. Ie node/*edit</p>'
+    location: top
+  tour-tips:
+    id: tour-tips
+    plugin: text
+    label: Tips
+    weight: 7
+    attributes:
+      data-id: edit-tips
+    body: '<p>These are the tips.</p>'
+    location: ''
