X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FMailing%2FComponent.xml;h=76a27f027b9cc456b00827aca1ea840c865ea391;hb=98b9af64608fad4d4915533fa61436f056039046;hp=e3158182f0d6e398994336e8a6b64a153809981b;hpb=1ab5e270e6c979a7098f144cd58e1412c91aaa9f;p=civicrm-core.git diff --git a/xml/schema/Mailing/Component.xml b/xml/schema/Mailing/Component.xml index e3158182f0..76a27f027b 100644 --- a/xml/schema/Mailing/Component.xml +++ b/xml/schema/Mailing/Component.xml @@ -6,64 +6,72 @@ civicrm_mailing_component Stores information about the mailing components (header/footer). - id - int unsigned - true + id + Mailing Component ID + int unsigned + true - id - true + id + true - name - Component Name - varchar - 64 - The name of this component + name + Component Name + varchar + 64 + The name of this component - component_type - enum - Header, Footer, Subscribe, Welcome, Unsubscribe, OptOut, Reply, Resubscribe - Type of Component. - - Select - + component_type + Mailing Component Type + varchar + 12 + Type of Component. + + CRM_Core_SelectValues::mailingComponents + + + Select + - subject - varchar - 255 + subject + varchar + 255 - body_html - text - Body of the component in html format. - - TextArea - 8 - 80 - - + body_html + Mailing Component Body HTML + text + Body of the component in html format. + + TextArea + 8 + 80 + + - body_text - text - Body of the component in text format. - - TextArea - 8 - 80 - - + body_text + text + Body of the component in text format. + + TextArea + 8 + 80 + + - is_default - boolean - 0 - Is this the default component for this component_type? + is_default + Mailing Component is Default? + boolean + 0 + Is this the default component for this component_type? - is_active - boolean - Is this property active? + is_active + Mailing Component Is Active? + boolean + Is this property active?