Revert "feat: add new template text for raw html editor" (#30843)

This reverts commit 95a13bff5d.
This commit is contained in:
connorhaugh
2022-08-10 15:17:20 -04:00
committed by GitHub
parent 58199ee670
commit 6b6935b8f9
2 changed files with 10 additions and 24 deletions

View File

@@ -1,9 +0,0 @@
---
metadata:
display_name: Raw HTML
editor: raw
data: |
<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>