Skip to content
Snippets Groups Projects

Issue #3404625: Added display of TWIG variables in the BodyEmailAdjuster.

Open Issue #3404625: Added display of TWIG variables in the BodyEmailAdjuster.
11 files
+ 95
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 10
0
@@ -139,4 +139,14 @@ class EmailBuilder extends Plugin {
*/
public $form_alter = [];
/**
* Array of variables to pass to the builder.
*
* The array key is the variable name.
* The array value is the variable description.
*
* @var array
*/
public $variables = [];
}
Loading