2016-09-07 04:44:57 +00:00
|
|
|
gluon-config-mode-contact-info
|
|
|
|
==============================
|
|
|
|
|
2016-09-09 01:00:54 +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
|
2016-09-07 04:44:57 +00:00
|
|
|
obligatory or not in your site.conf.
|
|
|
|
|
|
|
|
site.conf
|
|
|
|
---------
|
|
|
|
|
2016-09-09 01:00:54 +00:00
|
|
|
config_mode.owner.obligatory \: optional (defaults to false)
|
|
|
|
If ``obligatory`` is set to ``true``, the contact info field must be supplied
|
|
|
|
and may not be left empty.
|
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
|
|
|
}
|
|
|
|
}
|