Connect contact forms with buspro api
This commit is contained in:
@@ -11,6 +11,9 @@ TYPO3:
|
||||
|
||||
prototypes:
|
||||
standard:
|
||||
finishersDefinition:
|
||||
BpnApiFinisher:
|
||||
implementationClassName: 'EP\EpTheme\Form\BpnApiFinisher'
|
||||
formElementsDefinition:
|
||||
Form:
|
||||
renderingOptions:
|
||||
|
||||
@@ -157,7 +157,9 @@ plugin.tx_eptheme {
|
||||
partnerIdSelectLabel =
|
||||
|
||||
# cat=eptheme/900/100; type=string; label=MyE&P API base url
|
||||
myEpApiBaseUrl = https://myep.burn.dpn
|
||||
myEpApiBaseUrl =
|
||||
# cat=eptheme/900/110; type=string; label=MyE&P API auth token
|
||||
myEpApiToken =
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -88,6 +88,7 @@ plugin.tx_eptheme {
|
||||
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
|
||||
myEpPageUid = {$plugin.tx_eptheme.settings.myEpPageUid}
|
||||
myEpApiBaseUrl = {$plugin.tx_eptheme.settings.myEpApiBaseUrl}
|
||||
myEpApiToken = {$plugin.tx_eptheme.settings.myEpApiToken}
|
||||
facebookViewContentValues {
|
||||
productUid = {$plugin.tx_eptheme.settings.facebookViewContentProductUid}
|
||||
nameInternal = {$plugin.tx_eptheme.settings.facebookViewContentNameInternal}
|
||||
|
||||
Reference in New Issue
Block a user