X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FMessageTemplate.xml;h=ea69244281027d6da5dc93b3b61cf317ca519eb1;hb=a5d44edbee5498fa4195c5f3571db6b820185fa8;hp=d83bcbc3d7913fa07f331465507c43517778aaf4;hpb=71f4f2c6d8bd9e3a4a121bf47d0cc86aa8af0f33;p=civicrm-core.git diff --git a/xml/schema/Core/MessageTemplate.xml b/xml/schema/Core/MessageTemplate.xml index d83bcbc3d7..ea69244281 100644 --- a/xml/schema/Core/MessageTemplate.xml +++ b/xml/schema/Core/MessageTemplate.xml @@ -7,87 +7,104 @@ Users will need a way to save and retrieve templates with tokens for use in recurring email communication tasks 1.6 - id - int unsigned - true - Message Template ID - 1.6 + id + Message Template ID + int unsigned + true + Message Template ID + 1.6 - id - true + id + true - msg_title - varchar - 255 - Descriptive title of message - 1.6 + msg_title + Message Template Title + varchar + 255 + Descriptive title of message + 1.6 - msg_subject - text - Subject for email message. - 1.6 - + msg_subject + Message Template Subject + text + Subject for email message. + 1.6 + - msg_text - longtext - - TextArea - 10 - 75 - - Text formatted message - 1.6 - + msg_text + Message Template Text + longtext + + TextArea + 10 + 75 + + Text formatted message + 1.6 + - msg_html - longtext - - RichTextEditor - 10 - 75 - - HTML formatted message - 1.6 - + msg_html + Message Template HTML + longtext + + RichTextEditor + 10 + 75 + + HTML formatted message + 1.6 + - is_active - Is Active - boolean - 1 - 1.6 + is_active + Is Active + boolean + 1 + 1.6 - workflow_id - int unsigned - a pseudo-FK to civicrm_option_value - 3.1 + workflow_id + Message Template Workflow + int unsigned + a pseudo-FK to civicrm_option_value + 3.1 - is_default - boolean - 1 - is this the default message template for the workflow referenced by workflow_id? - 3.1 + is_default + Message Template Is Default? + boolean + 1 + is this the default message template for the workflow referenced by workflow_id? + 3.1 - is_reserved - boolean - is this the reserved message template which we ship for the workflow referenced by workflow_id? - 3.1 + is_reserved + Message Template Is Reserved? + boolean + is this the reserved message template which we ship for the workflow referenced by workflow_id? + 3.1 - pdf_format_id - int unsigned - a pseudo-FK to civicrm_option_value containing PDF Page Format. - - pdf_format - - 3.4 + is_sms + Message Template is used for SMS? + boolean + 0 + Is this message template used for sms? + 4.5 + + + pdf_format_id + Message Template Format + int unsigned + a pseudo-FK to civicrm_option_value containing PDF Page Format. + + pdf_format + + 3.4