DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Usage

The following methods of integration are available:

  1. Content object
  2. User function
  3. View helper

Configuration Reference

All methods offer the following configuration options:

Property

css

Data type

cObject

Description

CSS string which is applied to the html.

Example:

page.10 = EMOGRIFIER
page.10.css = FILE
page.10.css.file = EXT:{$projectKey}/Resources/Public/Css/Newsletter.css

Property

html

Data type

cObject

Description

HTML string on which the css is applied.

If the HTML string does not contain html, head, body or Content-Type meta tags, they are added by the emogrifier library automatically.

Example:

page.10 = EMOGRIFIER
page.10.html = FLUIDTEMPLATE
page.10.html.file = EXT:{$projectKey}/Resources/Private/Templates/Newsletter.html

Property

extractContent

Data type

boolean

Default

false

Description

Extract emogrified content from within body tags.

To get rid of the automatically added meta tags by the emogrifier library, this can be done by setting extractContent to true.

Example:

page.10 = EMOGRIFIER
page.10.extractContent = 1