mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[doc]: fix settings.yml path (#2382)
* fix settings.yml path * Update pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
parent
80a204e576
commit
65889b98bf
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ The `bind` property allows to define where read and write the value bind to the
|
|||
|
||||
#### Default behaviour
|
||||
|
||||
If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/$app/settings.yml` file.
|
||||
If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/apps/$app/settings.yml` file.
|
||||
|
||||
#### Read / write into a var of an actual configuration file
|
||||
|
||||
|
|
Loading…
Reference in a new issue