Is there an option to provide a convention value t...
# community-support
p
Is there an option to provide a convention value to a
ConfigurableFileCollection
. I want to add a default value to my filecollection but users should be able to override the collection too. Of course you could use
setFrom
to override the "convention" value but this require the user to use
setFrom
too.