| 246 # property_manager: |
246 # property_manager: |
| 247 # class: wsgidav.prop_man.property_manager.ShelvePropertyManager |
247 # class: wsgidav.prop_man.property_manager.ShelvePropertyManager |
| 248 # kwargs: |
248 # kwargs: |
| 249 # storage_path: 'wsgidav-props.shelve' |
249 # storage_path: 'wsgidav-props.shelve' |
| 250 |
250 |
| 251 property_manager: null |
251 property_manager: true |
| 252 |
252 |
| 253 #: Optional additional live property modification |
253 #: Optional additional live property modification |
| 254 #: Note: by default live properties like file size and last-modified time are |
254 #: Note: by default live properties like file size and last-modified time are |
| 255 #: read-only, but that can be overridden here if the underlying DAV provider |
255 #: read-only, but that can be overridden here if the underlying DAV provider |
| 256 #: supports it. For now only the FileSystemProvider supports it and only namely |
256 #: supports it. For now only the FileSystemProvider supports it and only namely |