2018.2

Table Of Contents
Tip
To export a snippet from your template, drag or copy/paste it out of the Snippets folder to a folder
on the local hard drive.
Creating a snippet
To turn a parts of a letter, email or web page into a snippet for reuse in the content of a
template:
1. Open the section and select the part or parts that should be saved to a snippet.
2.
Right-click the selection, point to Snippet and click Create.
3. Give the snippet a name.
Renaming a snippet
To rename a snippet, right-click it on the Resources pane in the Snippets folder and select
Rename.
If you rename a snippet that was inserted into a section as shared content, you need to update
the reference to the snippet manually:
1. Open the section in which the snippet is used.
2. Switch to Source view.
3. Look for the <article> element in the HTML and replace the old snippet name with the
new name in the source attribute.
JSON Snippets
JSON Snippets are snippets that contain pieces of JSON data instead of HTML. Just like HTML
snippets, JSON snippets are stored in the Snippets folder on the Resources pane, but their
file name should end in '.json'.
JSON Snippets cannot be inserted into the content directly, but they can be accessed via a
script using the function loadjson():
Page 644