Merge pull request #2323 from YunoHost/config-panel-blacklist

[enh] Add a small short key blacklist
This commit is contained in:
Alexandre Aubin 2023-09-11 22:45:38 +02:00 committed by GitHub
commit d5ad8a969d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,8 @@ For performance reasons, questions short keys have to be unique in all the `conf
```
In which two questions have "real variable name" `is server_ip` and therefore conflict with each other.
! Some short keys are forbidden cause it can interfer with config scripts (`old`, `file_hash`, `types`, `binds`, `formats`, `changed`) and you probably should avoid to use common settings name to avoid to bind your question to this settings (e.g. `id`, `install_time`, `mysql_pwd`, `path`, `domain`, `port`, `db_name`, `current_revision`, `admin`)
### Supported questions types and properties
See [the full list of questions types and properties](/dev/forms)