Loading config/schema/workbench_email.schema.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ workbench_email.workbench_email_template.*: label: 'Body' mapping: value: type: string type: text label: 'Value' format: type: string Loading workbench_email.post_update.php +5 −0 Original line number Diff line number Diff line Loading @@ -32,3 +32,8 @@ function workbench_email_post_update_add_template_format(&$sandbox = NULL) { } ); } /** * Update the config schema to make email body translatable. */ function workbench_email_post_update_make_email_body_translatable(&$sandbox = NULL) { } Loading
config/schema/workbench_email.schema.yml +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ workbench_email.workbench_email_template.*: label: 'Body' mapping: value: type: string type: text label: 'Value' format: type: string Loading
workbench_email.post_update.php +5 −0 Original line number Diff line number Diff line Loading @@ -32,3 +32,8 @@ function workbench_email_post_update_add_template_format(&$sandbox = NULL) { } ); } /** * Update the config schema to make email body translatable. */ function workbench_email_post_update_make_email_body_translatable(&$sandbox = NULL) { }