Skip to content
Snippets Groups Projects
Commit dce6ef89 authored by Eric Chavaillaz's avatar Eric Chavaillaz Committed by Andreas Kienast
Browse files

[BUGFIX] Add missing default value for sitemap_priority column

Resolves: #92048
Release: master, 10.4
Change-Id: I5fa64c5559e53864eb36a0bea01e51cd3ebf8702
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65364


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 1c6d3b09
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ $tca = [
'config' => [
'type' => 'select',
'renderType' => 'selectSingle',
'default' => '0.5',
'items' => [
['0.0', '0.0'],
['0.1', '0.1'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment