Skip to content

Commit

Permalink
fix funnel form theme path
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Dec 14, 2022
1 parent 1dea7e5 commit 293613f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/OutputWorkflow/Funnel/10_FunnelLayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ Formbuilder.extjs.formPanel.outputWorkflow.funnelLayer.dummyLayer = Class.create

#### Twig Partial
```twig
{% if formTheme is not null %}
{% form_theme form with (formTheme ~ '.html.twig') only %}
{% if formThemePath is not null %}
{% form_theme form formThemePath %}
{% endif %}
{% block funnel_content %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if formTheme is not null %}
{% form_theme form with [formTheme ~ '.html.twig'] only %}
{% if formThemePath is not null %}
{% form_theme form formThemePath %}
{% endif %}

{% block funnel_content %}
Expand Down

0 comments on commit 293613f

Please sign in to comment.