Verified Commit 00378379 authored by Len Swaneveld's avatar Len Swaneveld Committed by Lee Rowlands
Browse files

Issue #2951261 by adhariwal, Lendude: There is no way to add transaltion for email body

parent 0dda232c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ workbench_email.workbench_email_template.*:
      label: 'Body'
      mapping:
        value:
          type: string
          type: text
          label: 'Value'
        format:
          type: string
+5 −0
Original line number Diff line number Diff line
@@ -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) { }