mirror of
https://github.com/werkraum-media/watchlist.git
synced 2024-11-22 17:56:08 +01:00
16 lines
592 B
Text
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)
|
|
}
|
|
|