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