- Issue created by @geinosky
- Merge request !18Issue #3364487 by geinosky: Tour schema properties 'location' and 'attributes' deprecated → (Merged) created by geinosky
- last update
almost 2 years ago 22 pass - Status changed to Needs review
almost 2 years ago 4:20pm 2 June 2023 - Status changed to Needs work
over 1 year ago 11:23pm 29 October 2023 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
I tried this patch on a Drupal 10.1 site and it applied cleanly but didn't fix the config import.
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
When exporting the config, it just moves the
body
values:diff --git a/src-drupal/config/default/tour.tour.sitemap.yml b/src-drupal/config/default/tour.tour.sitemap.yml index 8f90ff7..50804e4 100644 --- a/src-drupal/config/default/tour.tour.sitemap.yml +++ b/src-drupal/config/default/tour.tour.sitemap.yml @@ -18,52 +18,52 @@ tips: plugin: text label: 'Page Title' weight: -100 + body: '<p>Define the page title that will be used on the Sitemap page. If you do not wish to display a title, leave this field blank.</p>' attributes: data-id: edit-page-title - body: '<p>Define the page title that will be used on the Sitemap page. If you do not wish to display a title, leave this field blank.</p>' location: right message: id: message plugin: text label: 'Sitemap message' weight: -99 + body: '<p>Define a message to be displayed above the sitemap. If you do not wish to display a message, leave this field blank.</p>' attributes: data-id: edit-message-value - body: '<p>Define a message to be displayed above the sitemap. If you do not wish to display a message, leave this field blank.</p>' location: bottom plugins: id: plugins plugin: text label: Plugins weight: -98 + body: '<p>Select which plugins to use to generate entries into the sitemap. You will be able to configure below.</p>' attributes: data-class: 'form-item label[for="edit-enabled"]' - body: '<p>Select which plugins to use to generate entries into the sitemap. You will be able to configure below.</p>' location: right plugin-display-order: id: plugin-display-order plugin: text label: 'Plugin display order' weight: -97 + body: '<p>Use this section to reorder the items as they appear in the Sitemap. Click and drag the arrow icon to reorder, or select Show row heights and you can set the weight of the items manually. The lower the number the higher in the list it will appear.</p>' attributes: data-id: sitemap-order - body: '<p>Use this section to reorder the items as they appear in the Sitemap. Click and drag the arrow icon to reorder, or select Show row heights and you can set the weight of the items manually. The lower the number the higher in the list it will appear.</p>' location: bottom css: id: css plugin: text label: 'CSS Settings' weight: -96 + body: '<p>Select this box if you wish to load the CSS file included with the module. To learn how to override or specify the CSS at the theme level, visit the <a href="https://www.drupal.org/node/2615568">documentation page</a>.</p>' attributes: data-id: edit-css - body: '<p>Select this box if you wish to load the CSS file included with the module. To learn how to override or specify the CSS at the theme level, visit the <a href="https://www.drupal.org/node/2615568">documentation page</a>.</p>' location: top save-configuration: id: save-configuration plugin: text label: 'Save configuration' weight: -95 + body: '<p>Once you are finished configuring the sitemap settings, select Save configuration to save them.</p>' attributes: data-id: edit-actions - body: '<p>Once you are finished configuring the sitemap settings, select Save configuration to save them.</p>' location: top
- First commit to issue fork.
- Status changed to Fixed
8 months ago 11:07pm 6 August 2024 - 🇨🇦Canada mparker17 UTC-4
After rebasing, this looks good to me. Merging. Thanks @geinosky and @Kristen Pol!
-
mparker17 →
committed 04cd6130 on 8.x-2.x authored by
geinosky →
Issue #3364487 by geinosky: Tour schema properties 'location' and '...
-
mparker17 →
committed 04cd6130 on 8.x-2.x authored by
geinosky →
- 🇨🇦Canada mparker17 UTC-4
Note that this change was released in sitemap-8.x-2.0-beta7 → .
Automatically closed - issue fixed for 2 weeks with no activity.