Skip to content

Commit

Permalink
fine-tune example #390
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 25, 2024
1 parent ffd8dc1 commit 98bb0eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions inst/extdata/workflows/config_metadataeditr_from_gsheets.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@
},
{
"id": "geometa-create-iso-19110",
"run": true
"run": true,
"options" : {
"exclude_values_for_attributes": ["id"],
"default_max_occurs": 1
}
},
{
"id": "metadataeditr-create-project",
"run": true
"run": true,
"options" : {
"fc_exclude_values_for_attributes": ["id"],
"fc_default_max_occurs": 1
}
}
]
}

0 comments on commit 98bb0eb

Please sign in to comment.