[enh] Add a small short key blacklist

This commit is contained in:
ljf (zamentur) 2023-08-23 15:56:17 +02:00 committed by GitHub
parent 4ada034885
commit c35f1619d9
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. In which two questions have "real variable name" `is server_ip` and therefore conflict with each other.
! Short keys should avoid conflicts with settings too (e.g. id, install_time, mysql_pwd, path, domain, port, db_name)
### Supported questions types and properties ### Supported questions types and properties
See [the full list of questions types and properties](/dev/forms) See [the full list of questions types and properties](/dev/forms)