Skip to content

Editor Configuration

The new Stripo editor accepts a series of configuration parameters upon initialization, allowing you to customize the editor to meet your specific needs.

A minimal configuration looks like this:

js
const stripoConfig = {
  metadata: {
    emailId: ‘...
  },
  html: ‘...’,
  css: ‘...
}