Skip to content

Commit 98bb0eb

Browse files
committed
fine-tune example #390
1 parent ffd8dc1 commit 98bb0eb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

inst/extdata/workflows/config_metadataeditr_from_gsheets.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,19 @@
4848
},
4949
{
5050
"id": "geometa-create-iso-19110",
51-
"run": true
51+
"run": true,
52+
"options" : {
53+
"exclude_values_for_attributes": ["id"],
54+
"default_max_occurs": 1
55+
}
5256
},
5357
{
5458
"id": "metadataeditr-create-project",
55-
"run": true
59+
"run": true,
60+
"options" : {
61+
"fc_exclude_values_for_attributes": ["id"],
62+
"fc_default_max_occurs": 1
63+
}
5664
}
5765
]
5866
}

0 commit comments

Comments
 (0)