TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:39 +02:00
commit e54ab24745
68 changed files with 3683 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
mod.web_info.fieldDefinitions {
seo {
label = LLL:EXT:seo/Resources/Private/Language/locallang_webinfo.xlf:seo
fields = title,uid,slug,seo_title,description,no_index,no_follow,canonical_link,sitemap_changefreq,sitemap_priority
}
social_media {
label = LLL:EXT:seo/Resources/Private/Language/locallang_webinfo.xlf:social_media
fields = title,uid,og_title,og_description,twitter_title,twitter_description
}
}