gluon-config-mode-contact-info.rst 530 B

123456789101112131415161718192021
  1. gluon-config-mode-contact-info
  2. ==============================
  3. This package allows the user to provide contact information within config mode to be
  4. distributed in the mesh. You can define whether the owner contact field is
  5. obligatory or not in your site.conf.
  6. site.conf
  7. ---------
  8. config_mode.owner.obligatory \: optional (defaults to false)
  9. If ``obligatory`` is set to ``true``, the contact info field must be supplied
  10. and may not be left empty.
  11. Example::
  12. config_mode = {
  13. owner = {
  14. obligatory = true
  15. }
  16. }