Asset artifact constraint
Hi,
I have a type named Document representing any kind of document used on users education. These documents can be a presentation, text document or a pdf. I'd like to use just one artfact constraint which could check the file extension between some possibilities like a regex.
Is there some way to create this config? I've tried to use the value in such formats:
(doc|xls|pdf|ppt)
(.doc|.xls|.pdf|.ppt)
doc xls pdf ppt
.doc .xls .pdf .ppt
All options has failed.
PS.: Can to change the constraints is a good improvement too.
I have a type named Document representing any kind of document used on users education. These documents can be a presentation, text document or a pdf. I'd like to use just one artfact constraint which could check the file extension between some possibilities like a regex.
Is there some way to create this config? I've tried to use the value in such formats:
(doc|xls|pdf|ppt)
(.doc|.xls|.pdf|.ppt)
doc xls pdf ppt
.doc .xls .pdf .ppt
All options has failed.
PS.: Can to change the constraints is a good improvement too.