mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
__FINALPATH__ -> __INSTALL_DIR__ x_x
This commit is contained in:
parent
17ad0515ca
commit
98cf99543f
1 changed files with 7 additions and 7 deletions
|
@ -194,27 +194,27 @@ name = "Bind panel"
|
|||
[bind.variable.arg2]
|
||||
ask = "I can haz value for arg2 in test.yml ?"
|
||||
type = "string"
|
||||
bind = ":__FINALPATH__/test.yml"
|
||||
bind = ":__INSTALL_DIR__/test.yml"
|
||||
|
||||
[bind.variable.arg3]
|
||||
ask = "I can haz value for arg3 in test.json ?"
|
||||
type = "string"
|
||||
bind = ":__FINALPATH__/test.json"
|
||||
bind = ":__INSTALL_DIR__/test.json"
|
||||
|
||||
[bind.variable.arg4]
|
||||
ask = "I can haz value for arg4 in test.ini ?"
|
||||
type = "string"
|
||||
bind = ":__FINALPATH__/test.ini"
|
||||
bind = ":__INSTALL_DIR__/test.ini"
|
||||
|
||||
[bind.variable.arg5]
|
||||
ask = "I can haz value for arg5 in test.php ?"
|
||||
type = "string"
|
||||
bind = ":__FINALPATH__/test.php"
|
||||
bind = ":__INSTALL_DIR__/test.php"
|
||||
|
||||
[bind.variable.arg6]
|
||||
ask = "I can haz value for arg6 in test.py ?"
|
||||
type = "string"
|
||||
bind = ":__FINALPATH__/test.py"
|
||||
bind = ":__INSTALL_DIR__/test.py"
|
||||
|
||||
[bind.file]
|
||||
name = "Bind to an entire file"
|
||||
|
@ -223,12 +223,12 @@ name = "Bind panel"
|
|||
ask = "I can haz a .json ?"
|
||||
type = "file"
|
||||
accept = ["application/json"]
|
||||
bind = "__FINALPATH__/test.json"
|
||||
bind = "__INSTALL_DIR__/test.json"
|
||||
|
||||
[bind.file.arg7b]
|
||||
ask = "Emeged i can edit sum file!#1!"
|
||||
type = "text"
|
||||
bind = "__FINALPATH__/nginx.conf"
|
||||
bind = "__INSTALL_DIR__/nginx.conf"
|
||||
|
||||
[bind.function]
|
||||
name = "Bind to custom bash getters / validators / setters"
|
||||
|
|
Loading…
Add table
Reference in a new issue