diff options
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r-- | doc/property_replacer.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 217b6dc0..dc09d33c 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -715,8 +715,10 @@ Useful for secure pathname generation (with dynafiles). </td> </tr> <tr> -<td><b>optional-field</b></td> -<td>In templates that are used for building field lists (in particular, ommongodb), completely remove this field if the corresponding property is not present. Currently implemented only for the <b>$!<name></b> properties.</td> +<td><b>mandatory-field</b></td> +<td>In templates that are used for building field lists (in particular, ommongodb), include +this field, even if it is empty (or NULL). If not set, the field will be removed from +the output field set if empty. The latter is the default case. </tr> </tbody> </table> |