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
+1
View File
@@ -0,0 +1 @@
name: typo3/seo-sitemap
+35
View File
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:seo/Configuration/Sets/Sitemap/labels.xlf" date="2018-09-04T12:30:00Z" product-name="seo">
<header/>
<body>
<trans-unit id="label">
<source>SEO Sitemap</source>
</trans-unit>
<trans-unit id="categories.seo">
<source>SEO Sitemap</source>
</trans-unit>
<trans-unit id="categories.seo.templates">
<source>Template Paths</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.view.templateRootPath">
<source>Path to template root (FE)</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.view.partialRootPath">
<source>Path to template partials (FE)</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.view.layoutRootPath">
<source>Path to template layouts (FE)</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.pages.excludedDoktypes">
<source>Doktypes to exclude</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.pages.excludePagesRecursive">
<source>List of page uids which should be excluded recursive</source>
</trans-unit>
<trans-unit id="settings.seo.sitemap.pages.additionalWhere">
<source>Additional where clause</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,15 @@
routeEnhancers:
PageTypeSuffix:
type: PageType
map:
sitemap.xml: 1533906435
Sitemap:
type: Simple
routePath: 'sitemap-type/{sitemap}'
aspects:
sitemap:
type: StaticValueMapper
map:
pages: pages
_arguments:
sitemap: 'tx_seo/sitemap'
@@ -0,0 +1,30 @@
categories:
seo: ~
seo.templates:
parent: seo
settings:
seo.sitemap.view.templateRootPath:
default: 'EXT:seo/Resources/Private/Templates/'
type: string
category: seo.templates
seo.sitemap.view.partialRootPath:
default: 'EXT:seo/Resources/Private/Partials/'
type: string
category: seo.templates
seo.sitemap.view.layoutRootPath:
default: 'EXT:seo/Resources/Private/Layouts/'
type: string
category: seo.templates
seo.sitemap.pages.excludedDoktypes:
default: '3, 4, 6, 7, 199, 254'
type: string
category: seo
seo.sitemap.pages.excludePagesRecursive:
default: ''
type: string
category: seo
seo.sitemap.pages.additionalWhere:
default: "{#no_index} = 0 AND {#canonical_link} = ''"
type: string
category: seo
@@ -0,0 +1 @@
@import 'EXT:seo/Configuration/TypoScript/XmlSitemap/setup.typoscript'