... | @@ -33,7 +33,7 @@ We can now configure node defaults from a _.json_ file located in `..datafiles/s |
... | @@ -33,7 +33,7 @@ We can now configure node defaults from a _.json_ file located in `..datafiles/s |
|
|
|
|
|
}
|
|
}
|
|
```
|
|
```
|
|
All we have to do is create key, value pair for each node.
|
|
All we have to do is create `(key, value pair)` for each node.
|
|
|
|
|
|
- key: ( the node's `bl_idname`)
|
|
- key: ( the node's `bl_idname`)
|
|
- value: Currently the `value` accepts two directives (but can be extended later)
|
|
- value: Currently the `value` accepts two directives (but can be extended later)
|
... | | ... | |