diff --git a/docs/cheat-sheet.md b/docs/cheat-sheet.md index 4615314..3984027 100644 --- a/docs/cheat-sheet.md +++ b/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