@theotherwillembotha/node-red-loki 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,37 @@
1
+
2
+ <!--
3
+
4
+ This file was automatically generated using the NODERED Core utility.
5
+ Any modifications to his file will be overwritten the next time the code is regenerated.
6
+
7
+ You have been warned.
8
+
9
+ -->
10
+
11
+ <script type="text/javascript">
12
+ (function() {
13
+ RED.events.on('registry:node-set-added', function(ns) {
14
+ if (ns.types && ns.types.indexOf('DelegatedConfigReferenceNode') !== -1) {
15
+ RED.nodes.registerType('DelegatedConfigReferenceNode', {
16
+ category: 'config',
17
+ defaults: {},
18
+ oneditprepare: function() {},
19
+ oneditsave: function() {},
20
+ oneditcancel: function() {},
21
+ oneditdelete: function() {},
22
+ });
23
+ }
24
+ });
25
+ }());
26
+
27
+ </script>
28
+
29
+
30
+ <script type="text/html" data-template-name='DelegatedConfigReferenceNode'>
31
+
32
+ </script>
33
+
34
+ <script type="text/markdown" data-help-name='DelegatedConfigReferenceNode'>
35
+
36
+ </script>
37
+