Readme updated and bug removed
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
RED.nodes.registerType('whatsappLink',{
|
||||
category: 'config',
|
||||
defaults: {
|
||||
cName : {value:"whatsapp-web",required:true}
|
||||
cName : {value:"whatsapp-web",required:true},
|
||||
name : {value : "Web"}
|
||||
},
|
||||
label: function() {
|
||||
return this.cName ;
|
||||
@@ -12,10 +13,10 @@
|
||||
|
||||
<script type="text/html" data-template-name="whatsappLink">
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-cNAme"><i class="fa fa-bookmark"></i> Host</label>
|
||||
<label for="node-config-input-cName"><i class="fa fa-bookmark"></i> Host</label>
|
||||
<input type="text" id="node-config-input-cName">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label> Don't put space in Name. </label>
|
||||
<div>
|
||||
<label><p> Don't put space in Name. </p></label>
|
||||
</div>
|
||||
</script>
|
||||
Reference in New Issue
Block a user