Skip to content

Instantly share code, notes, and snippets.

@ethanwillis
Created September 20, 2016 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanwillis/ae0012dcc34abe42eae568d55a977746 to your computer and use it in GitHub Desktop.
Save ethanwillis/ae0012dcc34abe42eae568d55a977746 to your computer and use it in GitHub Desktop.
JSON object for saving state of tab 2 in DC Email editor
{
selected_outcome_name: "Insurance Concerns",
selected_outcome_id: "id of selected outcome",
slice_name: "{SelectedOutcome}Slice.X"
template_id: "id of selected template",
template_html: "html + text of template that was edited in the live preview pane. This will include all user text changes."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment