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 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor
|
||||||
10 {
|
10 {
|
||||||
table = tx_eptheme_domain_model_disrupter
|
table = tx_eptheme_domain_model_disrupter
|
||||||
#pidInList = {$plugin.tx_eptheme.settings.disrupterStoragePid}
|
pidInList = {$plugin.tx_eptheme.settings.disrupterStoragePid}
|
||||||
pidInList = 1916
|
|
||||||
join = tx_eptheme_ttcontent_tx_eptheme_disrupter_mm ON tx_eptheme_ttcontent_tx_eptheme_disrupter_mm.uid_foreign = tx_eptheme_domain_model_disrupter.uid
|
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 {
|
where {
|
||||||
data = field:uid
|
data = field:uid
|
||||||
|
|||||||
@@ -97,6 +97,8 @@ plugin.tx_eptheme {
|
|||||||
sliderStoragePid =
|
sliderStoragePid =
|
||||||
# cat=eptheme; type=string; label=Teammember storage PID
|
# cat=eptheme; type=string; label=Teammember storage PID
|
||||||
teamMemberStoragePid =
|
teamMemberStoragePid =
|
||||||
|
# cat=eptheme; type=string; label=Disrupter storage PID
|
||||||
|
disrupterStoragePid =
|
||||||
|
|
||||||
# cat=eptheme/500/100; type=string; label=Teasertext max characters
|
# cat=eptheme/500/100; type=string; label=Teasertext max characters
|
||||||
teaserTextMaxChars = 120
|
teaserTextMaxChars = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user