Skip to content

Commit

Permalink
Bugfix: fixed sitemap config depend nodes (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Nov 26, 2024
1 parent c294b09 commit 8862d00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/code/core/Mage/Sitemap/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<show_in_store>1</show_in_store>
<comment>Valid values range: from 0.0 to 1.0.</comment>
<frontend_class>validate-number</frontend_class>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</priority>
<lastmod translate="label">
<label>Show lastmod</label>
Expand All @@ -59,7 +58,6 @@
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</lastmod>
</fields>
</category>
Expand Down Expand Up @@ -88,7 +86,6 @@
<show_in_store>1</show_in_store>
<comment>Valid values range: from 0.0 to 1.0.</comment>
<frontend_class>validate-number</frontend_class>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</priority>
<lastmod translate="label">
<label>Show lastmod</label>
Expand All @@ -98,7 +95,6 @@
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</lastmod>
</fields>
</product>
Expand Down Expand Up @@ -127,7 +123,6 @@
<show_in_store>1</show_in_store>
<comment>Valid values range: from 0.0 to 1.0.</comment>
<frontend_class>validate-number</frontend_class>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</priority>
<lastmod translate="label">
<label>Show lastmod</label>
Expand All @@ -137,7 +132,6 @@
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<depends><changefreq separator=",">always,hourly,daily,weekly,monthly,yearly,never</changefreq></depends>
</lastmod>
</fields>
</page>
Expand Down

0 comments on commit 8862d00

Please sign in to comment.