You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new constraint to the attachmentReference validation type that specifies a regular expression pattern that the corresponding attachment's filename must match. Should take precedence over the document-wide attachmentConstraints.filenameRegexPattern constraint.
…ences
When included in a document definition, the `attachmentReference` validation type's `regexPattern` constraint verifies that the value conforms to the specified regular expression pattern. It overrides the value of the document-wide `attachmentConstraints.filenameRegexPattern` constraint for that attachment reference.
Feature Request
Description
Add a new constraint to the
attachmentReference
validation type that specifies a regular expression pattern that the corresponding attachment's filename must match. Should take precedence over the document-wideattachmentConstraints.filenameRegexPattern
constraint.Examples
With a static value:
And with a dynamic value:
The text was updated successfully, but these errors were encountered: