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

13 lines
226 B
Text
Raw Normal View History

2019-12-13 15:17:30 +01:00
tt_content.admonition =< lib.contentElement
tt_content.admonition {
templateName = Admonition
variables {
headerLayout >
}
stdWrap {
editIcons := appendString(header_layout, bodytext)
}
}