Browse Source

Issue #3309673: (How to) overwrite drupal_view() views settings or provide parameters?

merge-requests/17/head
Anybody 2 years ago committed by Chi
parent
commit
848e2a8a63
  1. 4
      docs/cheat-sheet.md

4
docs/cheat-sheet.md

@ -4,6 +4,10 @@
```twig
{{ drupal_view('who_s_new', 'block_1') }}
```
Specify additional parameters which map to contextual filters you have configured in your view:
```twig
{{ drupal_view('who_s_new', 'block_1', arg_1, arg_2, arg_3) }}
```
## Drupal View Result
```twig

Loading…
Cancel
Save