Skip to content

Commit 9173128

Browse files
committed
final macro module
1 parent cf19553 commit 9173128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mevislab.github.io/content/tutorials/basicmechanisms/macromodules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You have two options when adding fields to your macro module:
8080
You can create new fields by specifying their name, type, and default value in the *\*.script* file. This allows you to provide custom parameters for your macro module, tailored to your specific needs.
8181

8282
2. **Reuse fields from the internal network:**
83-
Instead of defining a new field, you can expose an existing field from one of the modules inside your macro module's internal network. To do this, you reference the `internalName` of the internal field you want to reuse. This makes the internal field accessible at the macro module level, allowing users to interact with it directly without duplicating parameters.
83+
Instead of defining a new field, you can expose an existing field from one of the modules inside your macro module's internal network. To do this, you reference the *internalName* of the internal field you want to reuse. This makes the internal field accessible at the macro module level, allowing users to interact with it directly without duplicating parameters.
8484

8585
### Files Associated with a Macro Module:
8686
Macro modules typically contain the following files:

0 commit comments

Comments
 (0)