ds-site/Configuration/TypoScript/Setup/ContentElements/Shortcut.typoscript
Daniel Siepmann c56e57e765 Add shortcut element to not repeat recurring content
E.g. menus of a blog post series can now be referenced.
2020-08-19 23:19:45 +02:00

9 lines
169 B
Text

tt_content.shortcut = RECORDS
tt_content.shortcut {
source.field = records
tables = tt_content
stdWrap {
editIcons := appendString(records)
}
}