Bump version to 0.1.7
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
color: '#F3B567',
|
||||
paletteLabel: 'C-Thermostat',
|
||||
defaults: {
|
||||
name: {value:""}
|
||||
name: {value:"", required:true},
|
||||
tag: {value:""}
|
||||
},
|
||||
inputs: 1,
|
||||
outputs: 2,
|
||||
@ -21,6 +22,10 @@
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-tag"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-tag" placeholder="Tag">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-help-name="c-thermostat">
|
||||
|
Reference in New Issue
Block a user