Add reusable disrupter ce to replace disturber ce
This commit is contained in:
+7
-1
@@ -68,6 +68,12 @@ mod {
|
||||
description = Störer mit Bild, mehreren Buttons und Kontaktinfo
|
||||
tt_content_defValues.CType = disturber
|
||||
}
|
||||
disrupter {
|
||||
iconIdentifier = content-ep_theme-ce
|
||||
title = Störer (neu)
|
||||
description = Störer mit Bild, mehreren Buttons und Kontaktinfo
|
||||
tt_content_defValues.CType = disrupter
|
||||
}
|
||||
deal_of_the_week {
|
||||
iconIdentifier = content-ep_theme-ce
|
||||
title = Deal der Woche
|
||||
@@ -75,7 +81,7 @@ mod {
|
||||
tt_content_defValues.CType = deal_of_the_week
|
||||
}
|
||||
}
|
||||
show := addToList(disturber, deal_of_the_week)
|
||||
show := addToList(disturber, disrupter, deal_of_the_week)
|
||||
}
|
||||
special {
|
||||
elements {
|
||||
|
||||
Reference in New Issue
Block a user