Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

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

form

Solved by pamtbaau View solution

Started by p 4 years ago · 6 replies · 439 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 Mathieu Lecouturier, 6 days ago
3 132 3 days ago
Plugins · by Slebeig, 4 weeks ago
1 296 4 weeks ago
Plugins · by Rene, 2 months ago
2 456 2 months ago
Plugins · by Xavier, 2 months ago
2 373 2 months ago
Plugins · by Luka Prinčič, 7 years ago
3 1597 3 months ago