We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ff7fe commit d30ed78Copy full SHA for d30ed78
99-sample.html.demo
@@ -6,7 +6,7 @@
6
7
<!-- First, the content of the edit dialog is defined. -->
8
9
-<script type="text/x-red" data-template-name="sample">
+<script type="text/html" data-template-name="sample">
10
<!-- data-template-name identifies the node type this is for -->
11
12
<!-- Each of the following divs creates a field in the edit dialog. -->
@@ -30,7 +30,7 @@
30
31
32
<!-- Next, some simple help text is provided for the node. -->
33
-<script type="text/x-red" data-help-name="sample">
+<script type="text/html" data-help-name="sample">
34
<!-- data-help-name identifies the node type this help is for -->
35
<!-- This content appears in the Info sidebar when a node is selected -->
36
<!-- The first <p> is used as the pop-up tool tip when hovering over a -->
0 commit comments