Skip to content

Commit 75a3279

Browse files
fix values_from_glob examples
1 parent 0aa2072 commit 75a3279

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/documentation/type.structure.values_from_glob.[*].yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ examples:
2222
type: array
2323
options:
2424
structures:
25-
values_from_glob: /.cloudcannon/structures/boardMember.cloudcannon.structure-value.yml
25+
values_from_glob:
26+
- /.cloudcannon/structures/boardMember.cloudcannon.structure-value.yml
2627
values:
2728
- label: Employee
2829
value:

docs/documentation/type.structure.values_from_glob.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ examples:
3636
type: array
3737
options:
3838
structures:
39-
values_from_glob: /.cloudcannon/structures/boardMember.cloudcannon.structure-value.yml
39+
values_from_glob:
40+
- /.cloudcannon/structures/boardMember.cloudcannon.structure-value.yml
4041
values:
4142
- label: Employee
4243
value:

0 commit comments

Comments
 (0)