diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/ContentElements/disrupter.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/ContentElements/disrupter.typoscript index c2ebe453..cffda85f 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/ContentElements/disrupter.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/ContentElements/disrupter.typoscript @@ -5,8 +5,7 @@ tt_content.disrupter { 10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 10 { table = tx_eptheme_domain_model_disrupter - #pidInList = {$plugin.tx_eptheme.settings.disrupterStoragePid} - pidInList = 1916 + pidInList = {$plugin.tx_eptheme.settings.disrupterStoragePid} join = tx_eptheme_ttcontent_tx_eptheme_disrupter_mm ON tx_eptheme_ttcontent_tx_eptheme_disrupter_mm.uid_foreign = tx_eptheme_domain_model_disrupter.uid where { data = field:uid diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript index 84af68e8..19988326 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript @@ -97,6 +97,8 @@ plugin.tx_eptheme { sliderStoragePid = # cat=eptheme; type=string; label=Teammember storage PID teamMemberStoragePid = + # cat=eptheme; type=string; label=Disrupter storage PID + disrupterStoragePid = # cat=eptheme/500/100; type=string; label=Teasertext max characters teaserTextMaxChars = 120