Skip to content

Commit d30ed78

Browse files
author
Dave Conway-Jones
committed
update sample to use test/html
1 parent f1ff7fe commit d30ed78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

99-sample.html.demo

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- First, the content of the edit dialog is defined. -->
88

9-
<script type="text/x-red" data-template-name="sample">
9+
<script type="text/html" data-template-name="sample">
1010
<!-- data-template-name identifies the node type this is for -->
1111

1212
<!-- Each of the following divs creates a field in the edit dialog. -->
@@ -30,7 +30,7 @@
3030

3131

3232
<!-- Next, some simple help text is provided for the node. -->
33-
<script type="text/x-red" data-help-name="sample">
33+
<script type="text/html" data-help-name="sample">
3434
<!-- data-help-name identifies the node type this help is for -->
3535
<!-- This content appears in the Info sidebar when a node is selected -->
3636
<!-- The first <p> is used as the pop-up tool tip when hovering over a -->

0 commit comments

Comments
 (0)