watchlist/Configuration/TSconfig/Page/Default.tsconfig
Daniel Siepmann bdc1572297
Add basic ce setup (#5)
Co-authored-by: Dirk Koritnik <koritnik@werkraum-media.de>
2022-09-28 15:32:26 +02:00

16 lines
592 B
Text

mod.wizards.newContentElement.wizardItems.special {
elements {
watchlist {
iconIdentifier = content-bullets
title = LLL:EXT:watchlist/Resources/Private/Language/locallang.xlf:tt_content.watchlist_watchlist.title
description = LLL:EXT:watchlist/Resources/Private/Language/locallang.xlf:tt_content.watchlist_watchlist.description
tt_content_defValues {
CType = watchlist_watchlist
header = Watchlist
header_layout = 100
}
}
}
show := addToList(watchlist)
}