File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You should see the files generated for the algorithm component under the directo
30
30
31
31
## Check the Algorithm Meta Data
32
32
33
- Open the file ` my_algorithm.meta.json ` under the ``` widgets ``` folder and check that the properties are set correctly as shown below:
33
+ Open the file ` my_algorithm.meta.json ` under the ** algorithms/my_algorithm ** folder and check that the properties are set correctly as shown below:
34
34
35
35
``` JSON title="my_algorithm.meta.json"
36
36
{
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following files are created:
31
31
32
32
## Check the Input Block Meta Data
33
33
34
- Open the file ` my_inputblock.meta.json ` under the ``` inputs ``` folder and check that the properties are set correctly as shown below:
34
+ Open the file ` my_inputblock.meta.json ` under the ** inputs** folder and check that the properties are set correctly as shown below:
35
35
36
36
``` JSON title="my_inputblock.meta.json"
37
37
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The following files are created:
32
32
33
33
## Check the Widget Meta Data
34
34
35
- Open the file ` my_widget.meta.json ` under the ``` widgets ``` folder and check that the properties are set correctly as shown below:
35
+ Open the file ` my_widget.meta.json ` under the ** widgets** folder and check that the properties are set correctly as shown below:
36
36
37
37
``` JSON title="my_widget.meta.json"
38
38
{
You can’t perform that action at this time.
0 commit comments