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 · 457 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 Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago