Description
We currently do not support complex checks on required document properties for the Content Marker Macro and the Section Macro. Only all matching propery use cases are supported.
Since the use case where any one of a list of properties is quite common, we should support this use case, too. To make this feature available without adding any new properties, we simply allow to switch semantics by setting a pipe character (|) as the first character of the parameter value:
value1,value2 => value1 or value2 or both must be present value1,value2 => value1 and value2 must be present |
Attachments
Issue Links
- relates to
-
PDAC-1173 Allow OR on Required Space Properties
- Done