From 200433fb7338c66d9a1e6e20c85b156b413aef35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 18 Mar 2024 15:44:04 +0100 Subject: [PATCH] Disabling subpath installation in manifest --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 24135a6..a66695a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,9 +31,10 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/poll" + # Framaform doesn't seem to be installable on a subdir, disabling it for now. + # [install.path] + # type = "path" + # default = "/poll" [install.init_main_permission] help.en = "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form."