added path config variable for rtdb-get

This commit is contained in:
Peter Svensson
2019-06-23 17:29:38 +02:00
parent 56b47400bd
commit 632e06c586
4 changed files with 38 additions and 13 deletions

View File

@ -5,6 +5,7 @@
color: '#a6bbcf',
defaults: {
name: {value:""},
path: {value:""},
cred: {value: "", type: 'firebase-config'}
},
inputs:1,
@ -38,6 +39,11 @@
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-row">
<label for="node-input-path"><i class="icon-tag"></i> Name</label>
<input type="text" id="node-input-path" placeholder="Path">
</div>
<div class="form-row">
<label for="node-input-cred"><i class="icon-tag"></i> Credentials</label>
<input type="text" id="node-input-cred" placeholder="Name">