made node names unique
This commit is contained in:
parent
6a93fd49e3
commit
031f6274f9
10 changed files with 24 additions and 10667 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script type="text/javascript">
|
||||
RED.nodes.registerType('document',{
|
||||
RED.nodes.registerType('grist-document',{
|
||||
category: 'config',
|
||||
defaults: {
|
||||
name: {value:"", required:false},
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<script type="text/html" data-template-name="document">
|
||||
<script type="text/html" data-template-name="grist-document">
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-name"><i class="fa fa-bookmark"></i> Name</label>
|
||||
<input type="text" id="node-config-input-name">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue