diff --git a/public/typo3conf/ext/ep_theme/Classes/Hook/PageLayoutView.php b/public/typo3conf/ext/ep_theme/Classes/Hook/PageLayoutView.php
index 91327c7f..bc3cb088 100644
--- a/public/typo3conf/ext/ep_theme/Classes/Hook/PageLayoutView.php
+++ b/public/typo3conf/ext/ep_theme/Classes/Hook/PageLayoutView.php
@@ -121,6 +121,11 @@ class PageLayoutView implements PageLayoutViewDrawItemHookInterface
}
$itemContent = 'Störer ' . $size . '';
break;
+ case 'disrupter':
+ $drawItem = false;
+ $disrupter = BackendUtility::getRecord('tx_eptheme_domain_model_disrupter', $row['tx_eptheme_disrupter']);
+ $itemContent = 'Störer
' . $disrupter['headline'];
+ break;
case 'lineup':
$drawItem = false;
$itemContent = 'Lineup
' . $row['tx_eptheme_lineup'] . ' Einträge';
diff --git a/public/typo3conf/ext/ep_theme/Configuration/PageTS/TCEFORM.tsconfig b/public/typo3conf/ext/ep_theme/Configuration/PageTS/TCEFORM.tsconfig
index cc8ceed2..e225cce7 100644
--- a/public/typo3conf/ext/ep_theme/Configuration/PageTS/TCEFORM.tsconfig
+++ b/public/typo3conf/ext/ep_theme/Configuration/PageTS/TCEFORM.tsconfig
@@ -24,6 +24,7 @@ TCEFORM {
layout.types.uploads.disabled = 1
layout.types.mailform.disabled = 1
layout.types.login.disabled = 1
+ layout.types.disrupter.disabled = 1
header_layout {
altLabels {