Readme updated and bug removed

This commit is contained in:
rawee
2022-12-06 02:04:24 +05:30
parent 95458a2bc1
commit a14e82514c
8 changed files with 146 additions and 75 deletions

View File

@@ -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>