getgrav / grav-plugin-anchors

Grav Anchors Plugin
https://getgrav.org
MIT License
11 stars 7 forks source link

Menu of Anchors : Error ArgumentCountError #18

Open amaury-hanser opened 6 years ago

amaury-hanser commented 6 years ago

Hello,

I'm trying to have an auto-generated menu like explained in the docs.

Problem:

Too few arguments to function Grav\Plugin\AnchorsTwigExtension::anchorsFunction(), 2 passed in XXX\user\plugins\anchors\twig\AnchorsTwigExtension.php on line 63 and exactly 3 expected

What I did:

Am I missing something ?

PS: Everything is up to date

NicoHood commented 4 years ago

I have the same issue, but this works for me:

{{ anchors(page.content, 'h2', null) }}