Commit 97e5111 1 parent 9512583 commit 97e5111 Copy full SHA for 97e5111
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ An attachment file can be created by clicking on an Op and then clicking the cre
11
11
12
12
![ create_attachment] ( img/attachment_files.png )
13
13
14
- You then need to give your attachment a name that will later be used to access it's content in your Op.
14
+ You then need to give your attachment a name that will later be used to access its content in your Op.
15
15
An attachment named ` my_attachment ` will be accessible in the Op via ` attachments["my_attachment"] `
16
16
17
17
## Editing Attachment
18
18
19
- After you created the attachment, the cables-editor will open and let you edit it's content.
19
+ After you created the attachment, the cables-editor will open and let you edit its content.
20
20
21
21
You can open the editor again later by clicking the edit button
22
22
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ and start using the functionality in your Op.
25
25
26
26
Pick a type for your library. If unsure, read on [ below] ( #librarytypes ) .
27
27
28
- This is a great way to quickly test libraries in cables, there is a few caveats though:
28
+ This is a great way to quickly test libraries in cables, there are a few caveats though:
29
29
30
30
* If the library is no longer available at the given URL, your Op will no longer work.
31
31
* Sometimes you will run into [ CORS-Issues] ( ../../4_export_embed/cors ) that might not be fixable by you, if you do not control the "other side".
@@ -43,7 +43,7 @@ You will have to consult the documentation of the module to find this kind of in
43
43
### Op
44
44
45
45
Enter a name of any Op to load it's libraries when using your Op. This is useful when you are creating a collection of
46
- Ops that all need to load the same library but you don't want to add it to every individual op.
46
+ Ops that all need to load the same library, but you don't want to add it to every individual op.
47
47
48
48
All libraries are loaded globally and all Ops have access to the global variables provided. This function just
49
49
makes sure that you do not need a "LoadMyLibraryOp" before using other ops in your collection. These references to
You can’t perform that action at this time.
0 commit comments