We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e94d56 commit 5230aa6Copy full SHA for 5230aa6
templates/cms.html.twig
@@ -45,7 +45,7 @@
45
"subtitle": "{{ page.getPodcastShow().getSubtitle() }}",
46
"description": "{{ page.getPodcastShow().getDescription()|json_encode }}",
47
{% if foo != '' %}
48
- "cover": "{{ app.request.getUriForPath(vich_uploader_asset(podcast, 'imageFile'))}}",
+ "cover": "{{ app.request.getUriForPath(vich_uploader_asset(page.getPodcastShow(), 'imageFile'))}}",
49
{% endif %}
50
"feeds": [
51
{
0 commit comments