module documentation
_conf.py - ZMS Configuration Class
This module implements the ZMSSysConf class, which manages system-level configuration properties for a ZMS instance. It also implements the IZMSRepositoryProvider interface for persisting configuration to the file-system repository.
The class acts as a thin adapter around the parent container attribute __attr_conf_dict__, exposing helper methods for reading/writing single properties and for serializing/deserializing settings during repository sync.
License: GNU General Public License v2 or later, Organization: ZMS Publishing
| Class | |
System configuration container for a ZMS instance. Stores key/value configuration properties in __attr_conf_dict__ and implements IZMSRepositoryProvider for repository persistence. |