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

12345678910111213141516171819202122
  1. gluon-config-mode-contact-info
  2. ==============================
  3. This package allows the user to provide contact information within config mode
  4. to be 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
  9. - ``true`` the contact info field must be supplied and may not be left empty.
  10. - ``false`` the contact info field may be left empty.
  11. - defaults to ``false``
  12. Example::
  13. config_mode = {
  14. owner = {
  15. obligatory = true
  16. }
  17. }