X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FMessageTemplate.xml;h=b400d66eea4c0f5a4e8be6f0ca98667637502dad;hb=071863f759a5968cb64011c52f2ec75796f09599;hp=5f8cc7ca5e7e8f3315bc80248e5c11b44f5792ef;hpb=c6d1eb051796a391308b48dda2f02523a3123258;p=civicrm-core.git diff --git a/xml/schema/Core/MessageTemplate.xml b/xml/schema/Core/MessageTemplate.xml index 5f8cc7ca5e..b400d66eea 100644 --- a/xml/schema/Core/MessageTemplate.xml +++ b/xml/schema/Core/MessageTemplate.xml @@ -8,6 +8,7 @@ 1.6 id + Message Template ID int unsigned true Message Template ID @@ -19,6 +20,7 @@ msg_title + Message Template Title varchar 255 Descriptive title of message @@ -26,6 +28,7 @@ msg_subject + Message Template Subject text Subject for email message. 1.6 @@ -33,6 +36,7 @@ msg_text + Message Template Text longtext TextArea @@ -45,6 +49,7 @@ msg_html + Message Template HTML longtext RichTextEditor @@ -64,12 +69,14 @@ workflow_id + Message Template Workflow int unsigned a pseudo-FK to civicrm_option_value 3.1 is_default + Message Template Is Default? boolean 1 is this the default message template for the workflow referenced by workflow_id? @@ -77,16 +84,27 @@ 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 + + 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 + id 3.4