From 083348f50972844e07788745d53d56efda8a5f2a Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:59:07 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8FTypo=20(#608)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/add-ons/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index c90063cd..2bca8922 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -160,7 +160,7 @@ The configuration for an add-on is stored in `config.json`. | panel_title | string | no | Default add-on name, but can modify with this options. | panel_admin | bool | no | Default `true`. Make menu entry only available with admin privileged. | snapshot_exclude | list | no | List of file/path with glob support they are excluded from snapshots. -| advanced | bool | no | Default `false`. Make addon visible on simle mode or not. +| advanced | bool | no | Default `false`. Make addon visible on simple mode or not. | stage | string | no | Default `stable`. Flag add-on with follow attribute: `stable`, `experimental` or `deprecated` | init | bool | no | Default `true`. Make it possible to disable the Docker default system init because the image have his own init system.