Skip to content

Files

Latest commit

ab724ad · Nov 25, 2022

History

History

Container Component

Extensible container component for the Core Email Components for composing campaign content written in HTL and based on the Container Core Component

The Container Component provides a simplified responsive grid consisting of six columns.

Features

  • Configurable layout with dropdown of different column split up options
  • Extends the core container component

Use Object

The Container component uses the com.adobe.cq.email.core.components.models.Container Sling model as its Use-object.

Edit Dialog Properties

The following properties are written to JCR for this Container component and are expected to be available as Resource properties:

  • ./layout - defines the layout type with the column split up of either full-width, half; half, one-third; two-third, two-third; one-third and third; third; or third

Common Properties

  • ./id - defines the component HTML ID attribute

Client Libraries

The component provides a core.email.components.container client library category that contains a recommended base CSS styling component. It should be added to a relevant site client library using the embed property.

When using a proxy component of the container, the cq:template folder from the container superType has to be copied.

Information