diff --git a/core/modules/tour/tests/tour_test/config/locale.config.it.tour.tour.tour-test.yml b/core/modules/tour/tests/tour_test/config/locale.config.it.tour.tour.tour-test.yml index e36e435..185237c 100644 --- a/core/modules/tour/tests/tour_test/config/locale.config.it.tour.tour.tour-test.yml +++ b/core/modules/tour/tests/tour_test/config/locale.config.it.tour.tour.tour-test.yml @@ -1,5 +1,5 @@ -label: Tour test italian +label: 'Tour test italian' tips: tour-test-1: - label: La pioggia cade in spagna - body: Per lo più in pianura. + label: 'La pioggia cade in spagna' + body: 'Per lo più in pianura.' diff --git a/core/modules/tour/tests/tour_test/config/tour.tour.tour-test-2.yml b/core/modules/tour/tests/tour_test/config/tour.tour.tour-test-2.yml index 62e5ae8..7c8e098 100644 --- a/core/modules/tour/tests/tour_test/config/tour.tour.tour-test-2.yml +++ b/core/modules/tour/tests/tour_test/config/tour.tour.tour-test-2.yml @@ -1,6 +1,6 @@ id: tour-test-2 module: tour_test -label: Tour test english +label: 'Tour test english' langcode: en paths: - tour-test-2/* @@ -8,8 +8,8 @@ tips: tour-test-2: id: tour-test-2 plugin: text - label: The quick brown fox - body: Per lo più in pianura. - weight: "2" + label: 'The quick brown fox' + body: 'Per lo più in pianura.' + weight: 2 attributes: data-id: tour-test-2 diff --git a/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml b/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml index 3fa6d5c..7745167 100644 --- a/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml +++ b/core/modules/tour/tests/tour_test/config/tour.tour.tour-test.yml @@ -1,6 +1,6 @@ id: tour-test module: tour_test -label: Tour test english +label: 'Tour test english' langcode: en paths: - tour-test-1 @@ -8,32 +8,32 @@ tips: tour-test-1: id: tour-test-1 plugin: text - label: The first tip - body: Is [site:name] always the best dressed? - weight: "1" + label: 'The first tip' + body: 'Is [site:name] 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" + 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" + label: 'The awesome image' + url: 'http://local/image.png' + weight: 1 attributes: data-id: tour-test-3 tour-test-6: id: tour-test-6 plugin: text - label: Im a list - body:

Im all these things:

- weight: "6" + label: 'Im a list' + body: '

Im all these things:

' + weight: 6 attributes: data-id: tour-test-3