TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:21 +02:00
commit be71cfa708
199 changed files with 4138 additions and 0 deletions
@@ -0,0 +1,30 @@
# Content elements for selected categories:
# ...
#
# CType: menu_categorized_content
tt_content.menu_categorized_content =< lib.contentElement
tt_content.menu_categorized_content {
templateName = MenuCategorizedContent
dataProcessing {
10 = database-query
10 {
table = tt_content
selectFields = DISTINCT {#tt_content}.*
pidInList.data = leveluid : 0
recursive = 99
join.data = field:selected_categories
join.wrap = {#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)
where.data = field:category_field
where.wrap = {#tablenames}='tt_content' and {#fieldname}='|'
orderBy = tt_content.sorting
as = content
dataProcessing {
10 = files
10 {
references.fieldName = image
}
}
}
}
}