2022-02-26 14:23:25 +01:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
2022-04-08 17:29:28 +02:00
|
|
|
name = "myTinyTodo configuration"
|
2022-02-26 14:23:25 +01:00
|
|
|
|
|
|
|
[main.config]
|
|
|
|
name = "Configuration Options"
|
|
|
|
|
|
|
|
[main.config.title]
|
|
|
|
ask = "Set title"
|
|
|
|
type = "string"
|
|
|
|
help = "Specify a title for your todolist."
|
2023-05-12 16:13:09 +02:00
|
|
|
bind = "title:__INSTALL_DIR__/config.php"
|
2022-02-26 14:23:25 +01:00
|
|
|
|
|
|
|
[main.config.set_password]
|
|
|
|
ask = "Set password"
|
|
|
|
type = "password"
|
|
|
|
help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist."
|
2023-05-12 16:13:09 +02:00
|
|
|
bind = "password:__INSTALL_DIR__/config.php"
|