[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:
OniriCorpe 2023-12-31 05:14:57 +01:00 committed by GitHub
parent 80a204e576
commit 65889b98bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ The `bind` property allows to define where read and write the value bind to the
#### Default behaviour #### 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 #### Read / write into a var of an actual configuration file