Class: EmailTemplateDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- EmailTemplateDrop
- Defined in:
- app/drops/email_template_drop.rb
Overview
EmailTemplateDrop is available as template
within emails. It contains styling information that you configured for the associated email template.
Instance Method Summary collapse
- #body_font_size ⇒ Integer
-
#font_family ⇒ String
Name of the font that can be used in CSS.
- #footer_background_color ⇒ String
- #footer_font_size ⇒ Integer
- #footer_text_color ⇒ String
-
#header_image ⇒ String
URL for the header image.
-
#include_css ⇒ String
Custom CSS to include.
- #legal_font_size ⇒ Integer
- #legal_footer_background_color ⇒ String
- #legal_footer_text_color ⇒ String
- #line_height ⇒ String
- #link_color ⇒ String
-
#max_width ⇒ Object
deprecated
Deprecated.
No longer used
-
#social_sharing_links ⇒ Boolean
Whether social sharing links should be included.
- #text_color ⇒ String
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#body_font_size ⇒ Integer
#font_family ⇒ String
Name of the font that can be used in CSS.
#footer_background_color ⇒ String
#footer_font_size ⇒ Integer
#footer_text_color ⇒ String
#header_image ⇒ String
URL for the header image.
#include_css ⇒ String
Custom CSS to include.
#legal_font_size ⇒ Integer
#legal_footer_background_color ⇒ String
#legal_footer_text_color ⇒ String
#line_height ⇒ String
#link_color ⇒ String
#max_width ⇒ Object
Deprecated.
No longer used
#social_sharing_links ⇒ Boolean
Whether social sharing links should be included.