Create and Manage Frameworks (CMS)

Prev Next

Goal​

Create a framework to define the structure and placement of blocks for emails or microsites.


Prerequisites

  • Content Management is enabled for your system. Contact your account manager if activation is required.

  • If you cannot access this feature, your permissions might be restricted. Contact your system administrator.


Procedure​

1. Create a Framework

  1. In the Main Navigation, click Content Management > Email.

  2. Open the Frameworks tab.

  3. Click Create.

  4. Define the framework details:

    • Select a Type (Email or Microsite).

    • Enter a Name.

    • Optionally, add a description to clarify the framework’s purpose.

  1. Click Save.


2. Define the Framework Code

Open the framework and enter the required HTML structure. If you do not have HTML knowledge, paste the framework code provided by your email developer.

Save your changes when finished.

Advanced

To display the email background color during message composition, define the defaultBGColor variable in the framework head and use the same color value as in the <body> tag.

Example: #set ($defaultBGColor = #703092)


3. Edit a Framework

  1. Navigate to Content Management > Email > Frameworks.

  2. Select the framework.

  3. Click Edit.

  4. Update the code or framework information as needed.

  5. Save your changes.

Warning

Changes to a framework can affect all templates that use it. Review updates carefully before saving.