mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
11 lines
360 B
TOML
11 lines
360 B
TOML
[public_private]
|
|
name = "Move to public or private"
|
|
command = "/bin/bash scripts/actions/public_private"
|
|
accepted_return_codes = [0]
|
|
description = "Change the public access of the app."
|
|
|
|
[public_private.arguments]
|
|
[public_private.arguments.is_public]
|
|
type = "boolean"
|
|
ask = "Is it a public app ?"
|
|
default = true
|