mirror of
https://github.com/opnsense/docs.git
synced 2026-04-23 23:28:18 -04:00
XMLRPC (HA) sync: add optional services attribute
This commit is contained in:
parent
4f7464de5b
commit
334e1bdd82
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ A simple example to expose the configuration section Myplugin within the OPNsens
|
|||
'description' => gettext('My Plugin'),
|
||||
'section' => 'OPNsense.Myplugin',
|
||||
'id' => 'myplugin',
|
||||
'services' => 'myplugin', // optional, in case a service with the same name exists
|
||||
);
|
||||
return $result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue