Skip to content

Commit 4ac01cf

Browse files
committed
Name update: remove "Advanced"
1 parent f6dbd61 commit 4ac01cf

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ sections:
406406
title: Email Template
407407
- path: '/engage/content/email/editor'
408408
title: Drag and Drop Editor
409-
- path: '/engage/content/email/advanced-html-editor'
410-
title: Advanced HTML Editor
409+
- path: '/engage/content/email/html-editor'
410+
title: HTML Editor
411411
- path: '/engage/content/sms/template'
412412
title: SMS Template
413413
- path: '/engage/content/whatsapp'

src/engage/content/email/editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ After you design the email, click **Create Email Template**.
154154

155155
- Learn more about [building email templates](/docs/engage/content/template/) to include in your Engage campaigns.
156156

157-
- You can learn about the [Advanced HTML Editor](/docs/engage/content/email/advanced-html-editor) for both code and visual editing capabilities from a single view.
157+
- You can learn about the [HTML Editor](/docs/engage/content/email/html-editor) for both code and visual editing capabilities from a single view.
158158

159159
> warning ""
160160
> once you create an email with the Drag and Drop Editor, you can't modify it with the Visual HTML Editor, and vice versa.

src/engage/content/email/advanced-html-editor.md renamed to src/engage/content/email/html-editor.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Advanced HTML Editor
2+
title: HTML Editor
33
beta: true
44
---
55

6-
Use the Advanced HTML Editor to design your email template with both code and visual editing capabilities. Build your email template with code, copy and paste existing code, or use the visual editor for a code free design experience.
6+
Use the HTML Editor to design your email template with both code and visual editing capabilities. Build your email template with code, copy and paste existing code, or use the visual editor for a code free design experience.
77

8-
On this page, you'll learn how to use the Advanced HTML Editor to build personalized email templates for your Engage campaigns.
8+
On this page, you'll learn how to use the HTML Editor to build personalized email templates for your Engage campaigns.
99

1010
## Getting started
1111

12-
You can navigate to the Advanced HTML Editor in two ways:
12+
You can navigate to the HTML Editor in two ways:
1313
- When you build a new email template or edit an existing one.
1414
- From a Send Email step in a Journey.
1515

16-
From the **Select Editor** screen, select **Advanced HTML Editor** and click **Build Email**.
16+
From the **Select Editor** screen, select **HTML Editor** and click **Build Email**.
1717

1818
From the editor screen, click **Use HTML Editor** or **Use Visual Editor** to toggle between the two editors.
1919

@@ -71,7 +71,7 @@ Add merge tags to personalize your message with user profile traits.
7171
7272
### Liquid templating
7373

74-
Engage supports liquid templating to create dynamic content in the Advanced HTML Editor.
74+
Engage supports liquid templating to create dynamic content in the HTML Editor.
7575

7676
{% raw %}
7777

@@ -126,6 +126,6 @@ After you design the email, click **Create Email Template**. You can navigate to
126126
- You can also learn about the [Drag and Drop Editor](/docs/engage/content/email/editor/) in Engage to build Email templates with drag and drop functionality.
127127

128128
> warning ""
129-
> Once you create an email with the Advanced HTML Editor, you can't modify it with the Drag and Drop Editor, and vice versa.
129+
> Once you create an email with the HTML Editor, you can't modify it with the Drag and Drop Editor, and vice versa.
130130
131131

src/engage/content/email/template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plan: engage-premier
44
---
55
Use Twilio Engage to build personalized email templates to store and use throughout marketing campaigns.
66

7-
Build an email template from scratch using the [Drag and Drop Editor](/docs/engage/content/email/editor/) or the [Advanced HTML Editor](/docs/engage/content/advanced-html-editor/). Include [personalized content](#personalize-with-merge-tags) in the subject line, preview text, and email body to engage with users based on their profile traits and actions.
7+
Build an email template from scratch using the [Drag and Drop Editor](/docs/engage/content/email/editor/) or the [HTML Editor](/docs/engage/content/html-editor/). Include [personalized content](#personalize-with-merge-tags) in the subject line, preview text, and email body to engage with users based on their profile traits and actions.
88

99

1010
## Build an Email template
@@ -29,7 +29,7 @@ To configure an email template, click **Create Template**.
2929
6. Add preview text and the subject line. Use [merge tags](#personalize-with-merge-tags) to personalize the email template with real-time profile traits.
3030
3. Select the design method to build your email template:
3131
- [**Drag and Drop Editor**](/docs/engage/content/email/editor/) is a drag and drop WYSIWYG tool with customizable content blocks.
32-
- [**Advanced HTML Editor**](/docs/engage/content/email/advanced-html-editor/) contains both a code and visual editor from a single view. This editor provides complete HTML editing access with error flagging.
32+
- [**HTML Editor**](/docs/engage/content/email/html-editor/) contains both a code and visual editor from a single view. This editor provides complete HTML editing access with error flagging.
3333
4. Design the email template, then click **Create Email Template**.
3434

3535
## Test the Email template
@@ -59,7 +59,7 @@ You can also add merge tags in the heading or body text as you design an email w
5959
6060
## Include unsubscribe links
6161

62-
When you build email templates, it's your responsibility to include an unsubscribe link in your message. Add unsubscribe links to an email template from the Drag and Drop or Advanced HTML editors.
62+
When you build email templates, it's your responsibility to include an unsubscribe link in your message. Add unsubscribe links to an email template from the Drag and Drop or HTML editors.
6363

6464
When a recipient clicks on an unsubscribe link, they'll see a confirmation page and the recipient's subscription state is updated.
6565

0 commit comments

Comments
 (0)