Make storage pid for disrupter records configurable
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user