Add constants for facebook view content pixel code

This commit is contained in:
Björn Fromme
2019-01-17 14:40:06 +01:00
parent 4e21b058b2
commit f30418456f
6 changed files with 17 additions and 4 deletions
@@ -82,6 +82,10 @@ plugin.tx_eptheme {
instagramUrl =
# cat=eptheme/100/130; type=string; label=Youtube URL
youtubeUrl =
# cat=eptheme/100/140; type=string; label=Facebook ViewContent 'product uid'
facebookViewContentProductUid =
# cat=eptheme/100/150; type=string; label=Facebook ViewContent 'name internal'
facebookViewContentNameInternal =
# cat=eptheme; type=string; label=Slider storage PID
sliderStoragePid =
@@ -88,6 +88,10 @@ plugin.tx_eptheme {
germanPageUid = {$plugin.tx_eptheme.settings.germanPageUid}
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
myEpApiBaseUrl = {$plugin.tx_eptheme.settings.myEpApiBaseUrl}
facebookViewContentValues {
productUid = {$plugin.tx_eptheme.settings.facebookViewContentProductUid}
nameInternal = {$plugin.tx_eptheme.settings.facebookViewContentNameInternal}
}
}
view {
templateRootPaths.0 = EXT:ep_theme/Resources/Private/Templates