Add typoscript config for myep

This commit is contained in:
Björn Fromme
2018-10-15 17:19:48 +02:00
parent f06ba62fc3
commit f823c87636
3 changed files with 7 additions and 2 deletions
@@ -1,6 +1,6 @@
<script type="application/json" id="appconfig">
{
"loaderUrl": <f:format.raw>"{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/ajax-loader-white.gif', absolute: 1)}"</f:format.raw>,
"myEpApiBaseUrl": "https://myep.burn.dpn"
"loaderUrl": "<f:format.raw>{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/ajax-loader-white.gif', absolute: 1)}</f:format.raw>",
"myEpApiBaseUrl": "<f:format.raw>{settings.myEpApiBaseUrl}</f:format.raw>"
}
</script>