Skip to content

Commit

Permalink
[TASK] Remove outdated version hints
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Oct 21, 2024
1 parent becbf81 commit 0988063
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 41 deletions.
7 changes: 3 additions & 4 deletions Configuration/TypoScript/DataProcessors/General.typoscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

lib.contentElement {
templateRootPaths.200 = EXT:examples/Resources/Private/Templates/ContentElements/
partialRootPaths.200 = EXT:examples/Resources/Private/Partials/ContentElements/
layoutRootPaths.200 = EXT:examples/Resources/Private/Layout/
templateRootPaths.200 = EXT:examples/Resources/Private/Templates/ContentElements/
partialRootPaths.200 = EXT:examples/Resources/Private/Partials/ContentElements/
layoutRootPaths.200 = EXT:examples/Resources/Private/Layout/
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_newcontentcsv =< lib.contentElement
examples_newcontentcsv {
templateName = DataProcCsv
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = comma-separated-value
dataProcessing.10 {
if.isTrue.field = bodytext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataproccustom =< lib.contentElement
examples_dataproccustom {
templateName = DataProcCustom
# Before TYPO3 v12.1 you have to give the fully-qualified class name of the processor
# dataProcessing.10 = T3docs\Examples\DataProcessing\CustomCategoryProcessor
# Since TYPO3 v12.1 one can also use a (in Services.yaml) configured alias
dataProcessing.10 = custom-category
dataProcessing.10 {
as = categories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataprocdb =< lib.contentElement
examples_dataprocdb {
templateName = DataProcDb
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = database-query
dataProcessing.10 {
if.isTrue.field = pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataprocfiles =< lib.contentElement
examples_dataprocfiles {
templateName = DataProcFiles
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = files
dataProcessing.10 {
as = images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ tt_content {
templateName = DataProcGallery
dataProcessing {
# Process files
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# 10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
# Since TYPO3 v12.1 one can also use the available alias
10 = files
10 {
as = images
Expand All @@ -17,9 +14,6 @@ tt_content {
}

# Calculate gallery info
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# 20 = TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor
# Since TYPO3 v12.1 one can also use the available alias
20 = gallery
20 {
filesProcessedDataKey = images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataproclang =< lib.contentElement
examples_dataproclang {
templateName = DataProcLangMenu
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = language-menu
dataProcessing.10 {
languages = auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataprocmenu =< lib.contentElement
examples_dataprocmenu {
templateName = DataProcMenu
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = menu
dataProcessing.10 {
levels = 2
Expand All @@ -13,9 +10,6 @@ tt_content {
includeSpacer = 1
titleField = nav_title // title
dataProcessing {
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
# Since TYPO3 v12.1 one can also use the available alias
10 = files
10 {
references.fieldName = media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataprocsitelanguage =< lib.contentElement
examples_dataprocsitelanguage {
templateName = DataProcSiteLanguage
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\SiteLanguageProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = site-language
dataProcessing.10 {
as = language
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ tt_content {
examples_dataprocsite =< lib.contentElement
examples_dataprocsite {
templateName = DataProcSite
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\SiteProcessor
# Since TYPO3 v12.1 one can also use the available alias
dataProcessing.10 = site
dataProcessing.10 {
as = site
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
tt_content {
examples_dataprocsplit =< lib.contentElement
examples_dataprocsplit {
templateName = DataProcSplit
# Before TYPO3 v12.1 you have to specify the fully-qualified class name of the processor
# dataProcessing.10 = TYPO3\CMS\Frontend\DataProcessing\SplitProcessor
# Since TYPO3 v12.1 one can also use the available alias
templateName = DataProcSplitlitProcessor
dataProcessing.10 = split
dataProcessing.10 {
as = urlParts
Expand Down

0 comments on commit 0988063

Please sign in to comment.