From a0c567d1aecc1863898b745f0f51ff9fdcaa5d35 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 6 Nov 2022 18:50:43 +0100 Subject: [PATCH] Set Ghost with "arbitrary limitations" antifeature cf. https://github.com/YunoHost-Apps/ghost_ynh/issues/199 --- apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps.json b/apps.json index 50740b72..bc9c111b 100644 --- a/apps.json +++ b/apps.json @@ -1439,6 +1439,9 @@ "category": "publishing", "level": 8, "state": "working", + "antifeatures": [ + "arbitrary-limitations" + ], "subtags": [ "websites" ],