Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Doesn't work with Grav 1.4.5 #8

Description

@lufik

The hook onTwigSiteVariables is fired after Twig template ( getgrav/grav#1163 ).

It's enough to change the name of the hook to onTwigPageVariables and everything works like a charm:

		$this->enable([
//			'onTwigSiteVariables' => ['onTwigSiteVariables', 0]
			'onTwigPageVariables' => ['onTwigSiteVariables', 0]
		]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions