2016-09-07 04:44:57 +00:00
|
|
|
gluon-config-mode-contact-info
|
|
|
|
==============================
|
|
|
|
|
2017-12-27 20:48:21 +00:00
|
|
|
This package allows the user to provide contact information within config mode
|
|
|
|
to be distributed in the mesh. You can define whether the owner contact field is
|
|
|
|
obligatory or not in your ``site.conf``.
|
2016-09-07 04:44:57 +00:00
|
|
|
|
|
|
|
site.conf
|
|
|
|
---------
|
|
|
|
|
2017-12-27 20:48:21 +00:00
|
|
|
config_mode.owner.obligatory \: optional
|
|
|
|
- ``true`` the contact info field must be supplied and may not be left empty.
|
|
|
|
- ``false`` the contact info field may be left empty.
|
|
|
|
- defaults to ``false``
|
2016-09-07 04:44:57 +00:00
|
|
|
|
2016-09-09 01:00:54 +00:00
|
|
|
Example::
|
2016-09-07 04:44:57 +00:00
|
|
|
|
|
|
|
config_mode = {
|
|
|
|
owner = {
|
|
|
|
obligatory = true
|
2016-09-09 01:00:54 +00:00
|
|
|
}
|
|
|
|
}
|