Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Get and use plugin config inside forms/data.txt.twig?

form

Solved by pamtbaau View solution

Started by p 4 years ago · 6 replies · 486 views
4 years ago

When I have a process like

TWIG
process:
    - save:
        filename: feedback.txt
        body: "{% include 'forms/data.txt.twig' %}"
        operation: add

in a form: is it possible to retrieve and use the settings of a specific plugin inside forms/data.txt.twig? How?

4 years ago

@pikim, What have you tried sofar?

4 years ago

@pamtbaau
E.g. {% set feature_enabled = config.plugins.name.feature %} in the first line of the twig and then use feature_enabled inside the script.

4 years ago

@pikim, And then what happened?

4 years ago

@pamtbaau
Regardless of whether the boolean config.plugins.name.feature is true or false, feature_enabled is always null.

4 years ago

@pamtbaau
Thanks! That solved the issue. I'm using {% set feature_enabled = context.config.plugins.name.feature %} inside the macro now.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by complanar, 2 weeks ago
2 250 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 416 2 months ago
Plugins · by Slebeig, 2 months ago
1 530 2 months ago
Plugins · by Rene, 3 months ago
2 731 3 months ago