Files
cms-fluid-styled-content/Configuration/TypoScript/ContentElement/MenuSitemap.typoscript
T

22 lines
396 B
Plaintext

# Sitemap:
# ...
#
# CType: menu_sitemap
tt_content.menu_sitemap =< lib.contentElement
tt_content.menu_sitemap {
templateName = MenuSitemap
dataProcessing {
10 = menu
10 {
levels = 7
dataProcessing {
10 = files
10 {
references.fieldName = media
}
}
}
}
}