diff --git a/manifest.json b/manifest.json index 71bea59..423e8f0 100644 --- a/manifest.json +++ b/manifest.json @@ -32,8 +32,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -43,13 +42,11 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" }, { "name": "is_public", diff --git a/scripts/_common.sh b/scripts/_common.sh index dde06d1..a87cd64 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -17,7 +17,6 @@ extra_php_dependencies="php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-zip ph # EXPERIMENTAL HELPERS #================================================= - # Send an email to inform the administrator # # usage: ynh_send_readme_to_admin app_message [recipients]