Skip to content

Commit

Permalink
fix: get default section's environment
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jan 2, 2024
1 parent e296d61 commit 2bbbd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/skeleton/template_ems/dashboard/sitemap.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% set locale = app.request.query.get('locale', locales|first) %}

{% set sections = {
"index": 'preview'|emsco_get_environment.alias,
"index": 'section'|emsco_get_content_type.environment.alias,
"size": 10,
"body": {
"_source": ['label', 'structure'],
Expand Down

0 comments on commit 2bbbd7f

Please sign in to comment.