Merge branch 'feature/bpn-api' into develop

This commit is contained in:
Björn Fromme
2019-10-02 16:25:48 +02:00
40 changed files with 1323 additions and 1095 deletions
@@ -11,6 +11,9 @@ TYPO3:
prototypes:
standard:
finishersDefinition:
BpnApiFinisher:
implementationClassName: 'EP\EpTheme\Form\BpnApiFinisher'
formElementsDefinition:
Form:
renderingOptions:
@@ -156,8 +156,12 @@ plugin.tx_eptheme {
# cat=eptheme.events; type=string; label=Partner ID selection label
partnerIdSelectLabel =
# cat=eptheme/900/100; type=string; label=MyE&P API base url
myEpApiBaseUrl = https://myep.burn.dpn
# cat=eptheme/900/100; type=string; label=MyE&P API endpoint url for contactforms
myEpApiEndpointUrl = https://myep.burn.dpn/api/contactform
# cat=eptheme/900/110; type=string; label=MyE&P API timeout in seconds
myEpApiTimeout = 10
# cat=eptheme/900/120; type=string; label=MyE&P API auth token
myEpApiToken = thisisnotsecretsochangeit
}
}
@@ -87,7 +87,9 @@ plugin.tx_eptheme {
germanPageUid = {$plugin.tx_eptheme.settings.germanPageUid}
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
myEpPageUid = {$plugin.tx_eptheme.settings.myEpPageUid}
myEpApiBaseUrl = {$plugin.tx_eptheme.settings.myEpApiBaseUrl}
myEpApiEndpointUrl = {$plugin.tx_eptheme.settings.myEpApiEndpointUrl}
myEpApiToken = {$plugin.tx_eptheme.settings.myEpApiToken}
myEpApiTimeout = {$plugin.tx_eptheme.settings.myEpApiTimeout}
facebookViewContentValues {
productUid = {$plugin.tx_eptheme.settings.facebookViewContentProductUid}
nameInternal = {$plugin.tx_eptheme.settings.facebookViewContentNameInternal}