1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00
mytinytodo_ynh/config_panel.toml.example
Éric Gaspar 1f6d96ea2c
1.7.2 (#38)
* 1.7.0

* Auto-update README

* Update install

* fix

* Update install

* Update mytinytodo.sql

* Fix

* Update install

* Update restore

* Update upgrade

* Fix

* 1.7.1

* Auto-update README

* Fix

* Fix

* 1.7.2

* Update upgrade

* Auto-update README

* Update upgrade

* Update upgrade

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-11-22 21:37:54 +01:00

19 lines
569 B
Text

version = "1.0"
[main]
name = "myTinyTodo configuration"
[main.config]
name = "Configuration Options"
[main.config.title]
ask = "Set title"
type = "string"
help = "Specify a title for your todolist."
bind = "title:__FINALPATH__/config.php"
[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."
bind = "password:__FINALPATH__/config.php"