ds-site/Configuration/TypoScript/Setup/ContentElements/Shortcut.typoscript

10 lines
169 B
Text
Raw Normal View History

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