feat: update template text for raw html editor

This commit is contained in:
Kristin Aoki
2022-08-15 11:12:53 -04:00
committed by GitHub
parent c6ebd1ca01
commit a210ffae38

View File

@@ -3,11 +3,7 @@ metadata:
display_name: Raw HTML
editor: raw
data: |
<p>This template is similar to the Text template. The only difference is
that this template opens in the Raw HTML editor rather than in the Visual
editor.</p>
<p>The Raw HTML editor saves your HTML exactly as you enter it.
You can switch to the Visual editor by clicking the Settings tab and
changing the Editor setting to Visual. Note, however, that some of your
HTML may be modified when you save the component if you switch to the
Visual editor.</p>
<p>This is a Raw HTML editor that saves your HTML exactly as you enter it.
This means that even malformed HTML tags will be saved and rendered as-is.
There is no way to switch between Raw and Visual Text editor types, so be
sure this is the editor you should be using!</p>